mirror of
https://github.com/rwf2/Rocket.git
synced 2025-02-16 13:42:05 +00:00
Restrict CI trigger job to 'rwf2/Rocket'.
This commit is contained in:
parent
ff12b1d4bc
commit
8831d47aad
1
.github/workflows/trigger.yaml
vendored
1
.github/workflows/trigger.yaml
vendored
@ -4,6 +4,7 @@ jobs:
|
|||||||
trigger:
|
trigger:
|
||||||
name: api.rocket.rs
|
name: api.rocket.rs
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: github.repository == 'rwf2/Rocket'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/github-script@v7
|
- uses: actions/github-script@v7
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user