Fail acquisition with the hook failure and release the lease when aft… #1905
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: vertx-sql-client (5.x) | |
| on: | |
| push: | |
| branches: | |
| - master | |
| pull_request: | |
| branches: | |
| - master | |
| schedule: | |
| - cron: '0 5 * * *' | |
| jobs: | |
| CI-CD: | |
| uses: ./.github/workflows/ci-matrix-5.x.yml | |
| secrets: inherit | |
| with: | |
| branch: ${{ github.event.pull_request.head.sha || github.ref_name }} |