We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eed7896 commit aecded2Copy full SHA for aecded2
.github/workflows/test_forks.yml
@@ -9,7 +9,7 @@ jobs:
9
if: github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
10
steps:
11
- name: Wait for environment approval for runs from forks
12
- run: echo "Wait for environment approval for runs from forks"
+ run: exit 0
13
14
hello_world:
15
uses: ./.github/workflows/reusable.yml
0 commit comments