Skip to content

Commit 6865834

Browse files
committed
fix: add concurrency
1 parent cc4694c commit 6865834

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/elixir.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ env:
1717
permissions:
1818
contents: read
1919

20+
concurrency:
21+
group: ${{ github.workflow }}-${{ github.ref }}
22+
2023
jobs:
2124
test:
2225
# Set up a Postgres DB service. By default, Phoenix applications

0 commit comments

Comments
 (0)