Skip to content

Commit

Permalink
DO NOT MERGE: Force S3 deploy to staging
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Harding <[email protected]>
  • Loading branch information
klutchell committed Nov 4, 2024
1 parent 42e100e commit 8e43bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/yocto-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ jobs:
# If we deploy the hostapp, also deploy the s3 artifacts
# Force finlize will finalize no matter what - so we want to make sure there is something to finlize - so it will always trigger this if true
- name: Evaluate whether to deploy hostapp
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' || inputs.force-finalize
# if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' || inputs.force-finalize
id: should-deploy
run: |
echo "deploy=true" >>"${GITHUB_OUTPUT}"
Expand Down

0 comments on commit 8e43bb9

Please sign in to comment.