Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JadenSimon committed Jun 16, 2024
1 parent 4289a44 commit 608c2dc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-integration-aws.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
on:
pull_request:
push:
branches:
- main
paths:
Expand All @@ -11,7 +11,8 @@ jobs:
run_test:
runs-on:
- ubuntu-latest
permissions:
permissions:
id-token: write
contents: read
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 608c2dc

Please sign in to comment.