Skip to content

Commit 8831d47

Browse files
committed
Restrict CI trigger job to 'rwf2/Rocket'.
1 parent ff12b1d commit 8831d47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/trigger.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ jobs:
44
trigger:
55
name: api.rocket.rs
66
runs-on: ubuntu-latest
7+
if: github.repository == 'rwf2/Rocket'
78
steps:
89
- uses: actions/github-script@v7
910
with:

0 commit comments

Comments
 (0)