We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe1283a commit 4632066Copy full SHA for 4632066
.github/workflows/e2e-tests-weekly.yml
@@ -8,6 +8,10 @@ on:
8
schedule:
9
- cron: '0 14 * * 1' # Every Monday at 9 AM EST (14:00 UTC)
10
11
+concurrency:
12
+ group: e2e-${{ github.event.pull_request.number || github.ref }}
13
+ cancel-in-progress: false
14
+
15
permissions:
16
id-token: write # OIDC — lets GitHub assume an AWS IAM role via short-lived token (no stored keys)
17
contents: read
.github/workflows/e2e-tests.yml
pull_request_target:
branches: [main]
0 commit comments