Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/stlc-promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ permissions:

jobs:
promote:
# Guard: this workflow file gets propagated to the production repo during
# promotion. The guard prevents it from running there (where it would no-op
# but still waste a runner).
if: endsWith(github.repository, '-staging')
runs-on: ubuntu-latest
env:
PRODUCTION_REPO: phoebe-bird/phoebe-java
Expand Down
Loading