There was an error while loading. Please reload this page.
1 parent 2a1a520 commit 18f1570Copy full SHA for 18f1570
2 files changed
.github/workflows/prerelease.yml
@@ -1,6 +1,10 @@
1
name: Prerelease
2
on: [push, pull_request]
3
4
+concurrency:
5
+ group: ${{ github.workflow }}-${{ github.ref_type }}-${{ github.head_ref || github.ref_name }}
6
+ cancel-in-progress: true
7
+
8
jobs:
9
build:
10
runs-on: ubuntu-latest
.github/workflows/verify.yml
@@ -3,6 +3,10 @@ on:
workflow_call:
workflow_dispatch:
+ group: verify-${{ github.ref_type }}-${{ github.head_ref || github.ref_name }}
11
checks:
12
name: Checks
0 commit comments