We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26d5b08 commit ce3088cCopy full SHA for ce3088c
.github/workflows/00-init.yml
@@ -9,9 +9,6 @@ jobs:
9
name: Init
10
runs-on: ubuntu-latest
11
steps:
12
- - name: 🛑 Cancel Previous Runs
13
- uses: styfle/cancel-workflow-action@0.12.1
14
-
15
- name: ⬇ Checkout repo
16
uses: actions/checkout@v4
17
.github/workflows/default.yml
@@ -7,6 +7,10 @@ on:
7
branches:
8
- 'main'
+concurrency:
+ group: ${{ github.workflow }}-${{ github.ref }}
+ cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
+
jobs:
init:
uses: ./.github/workflows/00-init.yml
0 commit comments