We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcb1d18 commit d81b940Copy full SHA for d81b940
.github/workflows/run-e2e-tests.yml
@@ -19,6 +19,8 @@ on:
19
env:
20
AWS_DEFAULT_REGION: us-east-1
21
22
+concurrency: e2e
23
+
24
jobs:
25
run:
26
runs-on: aws-lambda-powertools_ubuntu-latest_8-core
.pre-commit-config.yaml
@@ -43,7 +43,7 @@ repos:
43
types: [yaml]
44
files: examples/.*
45
- repo: https://github.com/rhysd/actionlint
46
- rev: v1.6.21
+ rev: v1.6.23
47
hooks:
48
- id: actionlint-docker
49
args: [-pyflakes=]
0 commit comments