mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-28 02:18:50 +00:00
Require foolproof checkbox to deploy to production
This commit is contained in:
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@@ -26,7 +26,9 @@ concurrency:
|
||||
|
||||
jobs:
|
||||
push-images-to-production-artifacts:
|
||||
if: github.ref == 'refs/heads/main'
|
||||
if:
|
||||
${{ github.ref == 'refs/heads/main' && (inputs.foolproof == 'true' ||
|
||||
github.event_name == 'release') }}
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
||||
Reference in New Issue
Block a user