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 7e6af24 commit e5b229aCopy full SHA for e5b229a
.github/workflows/build-nabla.yml
@@ -5,6 +5,10 @@ on:
5
pull_request:
6
workflow_dispatch:
7
8
+concurrency:
9
+ group: push-lock-${{ github.ref }}
10
+ cancel-in-progress: true
11
+
12
jobs:
13
build-windows:
14
runs-on: windows-2022
0 commit comments