We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7457e4d commit 4b2a248Copy full SHA for 4b2a248
.github/workflows/main.yaml
@@ -42,6 +42,7 @@ jobs:
42
needs:
43
- build
44
runs-on: ubuntu-22.04
45
+ if: ${{ vars.ENABLE_STAGING_DEPLOYMENT == '1' }}
46
steps:
47
- name: Dispatch Deployment
48
run: |
0 commit comments