We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff12b1d commit 8831d47Copy full SHA for 8831d47
.github/workflows/trigger.yaml
@@ -4,6 +4,7 @@ jobs:
4
trigger:
5
name: api.rocket.rs
6
runs-on: ubuntu-latest
7
+ if: github.repository == 'rwf2/Rocket'
8
steps:
9
- uses: actions/github-script@v7
10
with:
0 commit comments