Skip to content

Commit 4b2a248

Browse files
authored
chore(ci): added the option to enable/disable staging auto-deployment (#7187)
1 parent 7457e4d commit 4b2a248

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
needs:
4343
- build
4444
runs-on: ubuntu-22.04
45+
if: ${{ vars.ENABLE_STAGING_DEPLOYMENT == '1' }}
4546
steps:
4647
- name: Dispatch Deployment
4748
run: |

0 commit comments

Comments
 (0)