Skip to content

Commit a6a0372

Browse files
authored
Cloudp-126642: github acton: fix ID (#579)
1 parent 3a5c9d6 commit a6a0372

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-forked.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,21 @@ jobs:
2020
run: echo "Allowed to run"
2121

2222
unit-tests-forked:
23-
needs: allowed
23+
needs: allowed-forked
2424
uses: ./.github/workflows/test-unit.yml
2525
secrets: inherit
2626
with:
2727
forked: true
2828

2929
int-tests-forked:
30-
needs: allowed
30+
needs: allowed-forked
3131
uses: ./.github/workflows/test-int.yml
3232
secrets: inherit
3333
with:
3434
forked: true
3535

3636
e2e-tests-forked:
37-
needs: allowed
37+
needs: allowed-forked
3838
uses: ./.github/workflows/test-e2e.yml
3939
secrets: inherit
4040
with:

0 commit comments

Comments
 (0)