Skip to content

Commit

Permalink
Merge pull request #42 from amazon-contributing/permission-test
Browse files Browse the repository at this point in the history
Permission test
  • Loading branch information
Alif-2001 authored Dec 2, 2024
2 parents b231fec + 56ee232 commit 46fa4c0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/dsqlmaven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 46fa4c0

Please sign in to comment.