We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b889571 commit aecb587Copy full SHA for aecb587
.github/workflows/release.yml
@@ -56,7 +56,7 @@ jobs:
56
release-gate:
57
# N.B. This name should not change, it is used for downstream checks.
58
name: release-gate
59
- if: ${{ inputs.tag != 'dry-run' }}
+ if: ${{ github.event_name == 'workflow_dispatch' && inputs.tag != 'dry-run' }}
60
runs-on: ubuntu-latest
61
# This environment requires a 2-factor approval, i.e., the workflow must be approved by another
62
# team member. GitHub fires approval events on every job that deploys to an environment, so we
0 commit comments