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 b6f577b commit 0ce08a8Copy full SHA for 0ce08a8
.github/workflows/validate-pr.yml
@@ -5,6 +5,10 @@ on:
5
pull_request:
6
branches: [main]
7
8
+concurrency:
9
+ group: ${{ github.workflow }}-${{ github.ref }}
10
+ cancel-in-progress: true
11
+
12
jobs:
13
validate-pr:
14
runs-on: macos-latest
0 commit comments