We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c2c610 commit 227c99cCopy full SHA for 227c99c
.github/workflows/lint.yml
@@ -1,5 +1,5 @@
1
2
-name: lint
+name: lint | code & tests
3
4
on:
5
pull_request:
.github/workflows/test_common.yml
@@ -2,7 +2,10 @@ name: common | common
workflow_run:
- workflows: [lint]
+ workflows: ["lint | code & tests"]
6
+ branches:
7
+ - master
8
+ - devel
9
types: [completed]
10
11
concurrency:
0 commit comments