[Rt-commit] rt branch, 5.0/github-actions-ignore-branch-aliases, created. rt-5.0.1-427-g7d779282b5
? sunnavy
sunnavy at bestpractical.com
Wed Jun 2 10:52:56 EDT 2021
The branch, 5.0/github-actions-ignore-branch-aliases has been created
at 7d779282b55a893188dcbc24d7906f273c73fa3e (commit)
- Log -----------------------------------------------------------------
commit 7d779282b55a893188dcbc24d7906f273c73fa3e
Author: sunnavy <sunnavy at bestpractical.com>
Date: Wed Jun 2 22:39:58 2021 +0800
Skip github action tests for maint/stable branch aliases
There is no need to run tests on the same commit multiple times.
diff --git a/.github/workflows/github-action.yml b/.github/workflows/github-action.yml
index 94ff437c6b..8ed303253f 100644
--- a/.github/workflows/github-action.yml
+++ b/.github/workflows/github-action.yml
@@ -1,7 +1,11 @@
#language: bash
#services: docker
-on: push
+on:
+ push:
+ branches-ignore:
+ - 'maint'
+ - 'stable'
jobs:
rt_test_sqlite:
-----------------------------------------------------------------------
More information about the rt-commit
mailing list