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 7575
7676 deploy-staging-public :
7777 needs : determine-semver
78- if : needs.determine-semver.outputs.should_deploy == 'true' && needs.determine-semver.outputs.major_version == '2' && needs.determine-semver.outputs.minor_version == '1'
78+ # temporarily disabled
79+ if : false # needs.determine-semver.outputs.should_deploy == 'true' && needs.determine-semver.outputs.major_version == '2' && needs.determine-semver.outputs.minor_version == '1'
7980 uses : ./.github/workflows/deploy-staging-network.yml
8081 with :
8182 network : staging-public
8687 deploy-staging-ignition :
8788 # Depends on staging-public until we are confident in concurrent deployments
8889 needs : [determine-semver, deploy-staging-public]
89- if : needs.determine-semver.outputs.should_deploy == 'true' && needs.determine-semver.outputs.major_version == '2' && needs.determine-semver.outputs.minor_version == '1'
90+ # temporarily disabled
91+ if : false # needs.determine-semver.outputs.should_deploy == 'true' && needs.determine-semver.outputs.major_version == '2' && needs.determine-semver.outputs.minor_version == '1'
9092 uses : ./.github/workflows/deploy-staging-network.yml
9193 with :
9294 network : staging-ignition
You can’t perform that action at this time.
0 commit comments