We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a1cf61 commit eed7896Copy full SHA for eed7896
.github/workflows/test_forks.yml
@@ -7,9 +7,9 @@ jobs:
7
environment: ci-forks
8
runs-on: self-hosted-docker-tiny
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"
+ steps:
+ - name: Wait for environment approval for runs from forks
+ run: echo "Wait for environment approval for runs from forks"
13
14
hello_world:
15
uses: ./.github/workflows/reusable.yml
0 commit comments