Skip to content

Commit

Permalink
Rearrange clauses
Browse files Browse the repository at this point in the history
  • Loading branch information
mvlassis committed Oct 25, 2024
1 parent 55246a3 commit d8e82ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-aks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
bundle_version: ${{ fromJSON(needs.preprocess-input.outputs.processed_bundle_versions) fromJSON(needs.generate-bundle-versions-on-schedule.outputs.bundle_versions) }}
bundle_version: ${{ fromJSON(needs.preprocess-input.outputs.processed_bundle_versions) || fromJSON(needs.generate-bundle-versions-on-schedule.outputs.bundle_versions) }}
fail-fast: false
env:
AZURE_CORE_OUTPUT: none
Expand Down

0 comments on commit d8e82ed

Please sign in to comment.