diff --git a/.github/workflows/dsqlmaven.yml b/.github/workflows/dsqlmaven.yml index bf54466..76bae7e 100644 --- a/.github/workflows/dsqlmaven.yml +++ b/.github/workflows/dsqlmaven.yml @@ -6,6 +6,8 @@ on: # Generate new docker images on release tags. tags: - 'v*' + pull_request: + branches: [ dsql-specific ] # Give us a button to allow running the workflow on demand for testing. workflow_dispatch: inputs: @@ -19,10 +21,6 @@ env: JAVA_VERSION: 21 ERRORS_THRESHOLD: 0.01 -concurrency: - group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }} - cancel-in-progress: true - jobs: compile: runs-on: ubuntu-latest @@ -84,6 +82,9 @@ jobs: auroradsql: needs: package-and-upload runs-on: ubuntu-latest + concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: false permissions: id-token: write # This is required for requesting the JWT contents: read