Skip to content

Commit 68ad64c

Browse files
authored
add concurrency to workflow
Signed-off-by: Henrique Graca <[email protected]>
1 parent 49cfcca commit 68ad64c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ on:
1515
push:
1616
branches:
1717
- develop
18+
19+
concurrency:
20+
group: e2e
1821

1922
permissions:
2023
id-token: write

0 commit comments

Comments
 (0)