Skip to content

Commit

Permalink
move dsql integ concurrency rule to benchmark job
Browse files Browse the repository at this point in the history
  • Loading branch information
Alif Merchant committed Dec 1, 2024
1 parent 999f562 commit 56ee232
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/dsqlmaven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,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
Expand Down Expand Up @@ -86,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
Expand Down

0 comments on commit 56ee232

Please sign in to comment.