We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca9dbd1 commit f9f0960Copy full SHA for f9f0960
1 file changed
.github/workflows/bake.yml
@@ -58,6 +58,9 @@ jobs:
58
runs-on: ubuntu-24.04
59
permissions:
60
contents: write
61
+ if: |
62
+ github.ref == 'refs/heads/main' &&
63
+ ( github.event.inputs.environment == 'production' || github.event_name == 'schedule' )
64
steps:
65
- name: Repository Dispatch
66
uses: peter-evans/repository-dispatch@ff45666b9427631e3450c54a1bcbee4d9ff4d7c0 # v3
0 commit comments