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 6f3e0c5 commit 56197f1Copy full SHA for 56197f1
.github/workflows/swift_package_test.yml
@@ -65,6 +65,11 @@ on:
65
description: "Boolean to enable providing the GITHUB_TOKEN to downstream job."
66
default: false
67
68
+## We are cancelling previously triggered workflow runs
69
+concurrency:
70
+ group: ${{ github.workflow }}-${{ github.ref }}-package-test
71
+ cancel-in-progress: true
72
+
73
jobs:
74
linux-build:
75
name: Linux (${{ matrix.swift_version }} - ${{ matrix.os_version }})
0 commit comments