We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a5c9d6 commit a6a0372Copy full SHA for a6a0372
.github/workflows/test-forked.yml
@@ -20,21 +20,21 @@ jobs:
20
run: echo "Allowed to run"
21
22
unit-tests-forked:
23
- needs: allowed
+ needs: allowed-forked
24
uses: ./.github/workflows/test-unit.yml
25
secrets: inherit
26
with:
27
forked: true
28
29
int-tests-forked:
30
31
uses: ./.github/workflows/test-int.yml
32
33
34
35
36
e2e-tests-forked:
37
38
uses: ./.github/workflows/test-e2e.yml
39
40
0 commit comments