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 ad79485 commit 82aa611Copy full SHA for 82aa611
.github/workflows/browser_tests.yml
@@ -4,6 +4,10 @@ on:
4
push:
5
pull_request:
6
7
+concurrency:
8
+ group: ${{ github.workflow }}-${{ github.ref }}
9
+ cancel-in-progress: true
10
+
11
permissions:
12
contents: read
13
0 commit comments