mirror of
https://github.com/FabricMC/yarn.git
synced 2025-12-08 05:59:47 +00:00
Don't cancel in progress publish jobs.
This commit is contained in:
parent
74bbdbfc9c
commit
f3f40f2dd0
1 changed files with 5 additions and 1 deletions
6
.github/workflows/publish.yml
vendored
6
.github/workflows/publish.yml
vendored
|
|
@ -1,6 +1,10 @@
|
|||
name: Publish
|
||||
on: [push]
|
||||
concurrency: ci-${{ github.ref }}
|
||||
|
||||
concurrency:
|
||||
group: ci-${{ github.ref }}
|
||||
cancel-in-progress: false
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue