Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvapiav committed Mar 7, 2024
1 parent 5e054cf commit 5bd7dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
target: fmo-os-installer-debug
if: |
always() &&
needs.build-yml-check.outputs.result == 'not-changed'
(1 || needs.build-yml-check.outputs.result == 'not-changed')
concurrency:
# Cancel any in-progress workflow runs from the same PR or branch,
# allowing matrix jobs to run concurrently:
Expand Down

0 comments on commit 5bd7dee

Please sign in to comment.