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 59d84b8 commit 45be287Copy full SHA for 45be287
.github/workflows/linux.yml
@@ -2,6 +2,10 @@ name: linux-build
2
3
on: [push, pull_request]
4
5
+concurrency:
6
+ group: ${{ github.workflow }}-${{ github.ref }}
7
+ cancel-in-progress: true
8
+
9
jobs:
10
linux-build-gui:
11
.github/workflows/mac.yml
@@ -2,6 +2,10 @@ name: mac-build
mac-build-gui:
.github/workflows/windows.yml
@@ -2,6 +2,10 @@ name: windows-build
windows-build-gui:
0 commit comments