mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-04-29 22:24:56 +02:00
Add concurrency to CI workflow
This commit is contained in:
parent
8eed3a425f
commit
0e623c4b03
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -5,6 +5,10 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches: main
|
branches: main
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user