mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-01-12 04:08:30 +01: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:
|
||||
branches: main
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Loading…
Reference in New Issue
Block a user