We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d9e5d3 commit c2c5839Copy full SHA for c2c5839
2 files changed
.github/workflows/all-green.yml
@@ -0,0 +1,13 @@
1
+name: All Green
2
+
3
+on:
4
+ workflow_call:
5
6
+jobs:
7
+ all-green:
8
+ needs: test-robot-check
9
+ name: All Green
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - name: All Green
13
+ uses: ./.github/actions/all-green
.github/workflows/pull-request.yml
@@ -39,4 +39,4 @@ jobs:
39
all-green:
40
needs: test-robot-check
41
name: Job
42
- uses: ./.github/actions/all-green.yml
+ uses: ./.github/workflows/all-green.yml
0 commit comments