We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aecded2 commit 25efda1Copy full SHA for 25efda1
.github/workflows/test_forks.yml
@@ -4,9 +4,9 @@ on:
4
5
jobs:
6
env_hold:
7
+ name: "Approve CI for Forks"
8
environment: ci-forks
9
runs-on: self-hosted-docker-tiny
- 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: exit 0
0 commit comments