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 36e22d5 commit 6dad312Copy full SHA for 6dad312
.github/workflows/pull_request.yml
@@ -3,6 +3,10 @@ on:
3
pull_request:
4
branches: [dev, main]
5
6
+concurrency:
7
+ group: pr-${{ github.event.pull_request.number || github.ref }}
8
+ cancel-in-progress: true
9
+
10
jobs:
11
lint:
12
runs-on: macos-latest
0 commit comments