We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25efda1 commit b16a092Copy full SHA for b16a092
.github/workflows/test_forks.yml
@@ -7,6 +7,7 @@ jobs:
7
name: "Approve CI for Forks"
8
environment: ci-forks
9
runs-on: self-hosted-docker-tiny
10
+ if: github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
11
steps:
12
- name: Wait for environment approval for runs from forks
13
run: exit 0
0 commit comments