Skip to content

Commit

Permalink
Fix typo in condition that caused provider tests to be run v2 branch (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
potiuk authored Jul 8, 2024
1 parent 711322b commit 18d2d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ jobs:
packages: read
secrets: inherit
if: >
needs.build-info.outputs.skip-providers-tests != 'true' &&
needs.build-info.outputs.skip-provider-tests != 'true' &&
needs.build-info.outputs.latest-versions-only != 'true'
with:
runs-on-as-json-default: ${{ needs.build-info.outputs.runs-on-as-json-default }}
Expand Down

0 comments on commit 18d2d14

Please sign in to comment.