diff options
| author | seth <[email protected]> | 2023-07-03 19:29:22 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-07-03 19:29:59 -0400 |
| commit | cc098bfd27a98e09e973f0d53ab90b5770bdc839 (patch) | |
| tree | b04e03ebd5815296bd95436df48158bbb23d32a3 /.github | |
| parent | a615a9d6ed562568ba0bc50e3f30213435ac74df (diff) | |
ci: automatically cancel duplicated upload runs
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/upload.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/upload.yaml b/.github/workflows/upload.yaml index 1845177..4d4c557 100644 --- a/.github/workflows/upload.yaml +++ b/.github/workflows/upload.yaml @@ -6,6 +6,11 @@ on: check_suite: types: [completed] +# https://github.com/garnix-io/issues/issues/63 +concurrency: + group: upload-${{ github.ref }} + cancel-in-progress: true + permissions: packages: write |
