Skip to content

Commit

Permalink
change deploy-environment to staging
Browse files Browse the repository at this point in the history
We want to leave this workflow running in parallel to the jenkins workflow, but pointed to staging, to test it under "normal" operation

Signed-off-by: Ryan Cooke <[email protected]>
  • Loading branch information
rcooke-warwick committed Aug 22, 2024
1 parent d96e6ce commit 5e5aea9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/genericx86-64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ jobs:
# Allow manual workflow runs to force finalize without checking previous test runs
# force-finalize: ${{ inputs.force-finalize || false }}
# Default to balena-staging.com for workflow dispatch, but balena-cloud.com for other events
# deploy-environment: ${{ inputs.deploy-environment || 'balena-cloud.com' }}
deploy-environment: ${{ inputs.deploy-environment || 'balena-staging.com' }}
2 changes: 1 addition & 1 deletion .github/workflows/intel-nuc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ jobs:
# Allow manual workflow runs to force finalize without checking previous test runs
# force-finalize: ${{ inputs.force-finalize || false }}
# Default to balena-staging.com for workflow dispatch, but balena-cloud.com for other events
# deploy-environment: ${{ inputs.deploy-environment || 'balena-cloud.com' }}
deploy-environment: ${{ inputs.deploy-environment || 'balena-staging.com' }}
2 changes: 1 addition & 1 deletion .github/workflows/surface-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
# Allow manual workflow runs to force finalize without checking previous test runs
# force-finalize: ${{ inputs.force-finalize || false }}
# Default to balena-staging.com for workflow dispatch, but balena-cloud.com for other events
# deploy-environment: ${{ inputs.deploy-environment || 'balena-cloud.com' }}
deploy-environment: ${{ inputs.deploy-environment || 'balena-staging.com' }}
2 changes: 1 addition & 1 deletion .github/workflows/surface-pro-6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
# Allow manual workflow runs to force finalize without checking previous test runs
# force-finalize: ${{ inputs.force-finalize || false }}
# Default to balena-staging.com for workflow dispatch, but balena-cloud.com for other events
# deploy-environment: ${{ inputs.deploy-environment || 'balena-cloud.com' }}
deploy-environment: ${{ inputs.deploy-environment || 'balena-staging.com' }}

0 comments on commit 5e5aea9

Please sign in to comment.