mirror of
https://github.com/peaceiris/actions-gh-pages.git
synced 2025-07-14 22:29:17 +08:00
ci: Add concurrency
This commit is contained in:
parent
7e7d7dff41
commit
edb4f3effe
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -10,6 +10,9 @@ on:
|
||||
paths-ignore:
|
||||
- '*.md'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user