There was an error while loading. Please reload this page.
1 parent 1e3adc8 commit fcce37bCopy full SHA for fcce37b
2 files changed
.github/workflows/ci.yml
@@ -6,6 +6,10 @@ on:
6
pull_request:
7
branches: [main]
8
9
+concurrency:
10
+ group: ${{ github.workflow }}-${{ github.ref }}
11
+ cancel-in-progress: true
12
+
13
env:
14
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
15
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
.github/workflows/release-please.yml
@@ -5,6 +5,10 @@ on:
5
branches:
- main
+ cancel-in-progress: false
permissions:
contents: write
pull-requests: write
0 commit comments