File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 7171
7272 deploy-staging-public :
7373 needs : determine-semver
74- if : needs.determine-semver.outputs.should_deploy == 'true' && needs.determine-semver.outputs.major_version == '2'
74+ # temporarily disabled
75+ if : false # needs.determine-semver.outputs.should_deploy == 'true' && needs.determine-semver.outputs.major_version == '2' && needs.determine-semver.outputs.minor_version == '1'
7576 uses : ./.github/workflows/deploy-staging-network.yml
7677 with :
7778 network : staging-public
8283 deploy-staging-ignition :
8384 # Depends on staging-public until we are confident in concurrent deployments
8485 needs : [determine-semver, deploy-staging-public]
85- if : needs.determine-semver.outputs.should_deploy == 'true' && needs.determine-semver.outputs.major_version == '2'
86+ # temporarily disabled
87+ if : false # needs.determine-semver.outputs.should_deploy == 'true' && needs.determine-semver.outputs.major_version == '2' && needs.determine-semver.outputs.minor_version == '1'
8688 uses : ./.github/workflows/deploy-staging-network.yml
8789 with :
8890 network : staging-ignition
You can’t perform that action at this time.
0 commit comments