Skip to content

Commit d81b940

Browse files
committed
fix: only allow one e2e test at a time
1 parent dcb1d18 commit d81b940

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/run-e2e-tests.yml

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ on:
1919
env:
2020
AWS_DEFAULT_REGION: us-east-1
2121

22+
concurrency: e2e
23+
2224
jobs:
2325
run:
2426
runs-on: aws-lambda-powertools_ubuntu-latest_8-core

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ repos:
4343
types: [yaml]
4444
files: examples/.*
4545
- repo: https://github.com/rhysd/actionlint
46-
rev: v1.6.21
46+
rev: v1.6.23
4747
hooks:
4848
- id: actionlint-docker
4949
args: [-pyflakes=]

0 commit comments

Comments
 (0)