Skip to content

Commit c2c5839

Browse files
wip
1 parent 0d9e5d3 commit c2c5839

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

.github/workflows/all-green.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
all-green:
4040
needs: test-robot-check
4141
name: Job
42-
uses: ./.github/actions/all-green.yml
42+
uses: ./.github/workflows/all-green.yml

0 commit comments

Comments
 (0)