Skip to content

Commit

Permalink
Use PR branch in sanity-checks jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
echauchot committed Oct 11, 2023
1 parent 58ab9fb commit abd0bc1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,12 @@ jobs:
uses: ./.github/workflows/ci.yml
with:
flink_version: 1.16.2
connector_branch: ci_utils
# let's say the connector under test was built against flink 1.17.1, disable all the sanity checks when tested against 1.16.2
run_sanity_checks: false
enable-sanity-checks:
uses: ./.github/workflows/ci.yml
with:
flink_version: 1.17.1
connector_branch: ci_utils
# let's say the connector under test was built against flink 1.17.1, enable all the sanity checks when tested against 1.17.1
run_sanity_checks: true
multiple-branches:
Expand Down

0 comments on commit abd0bc1

Please sign in to comment.