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 e4d6a20 commit 2cfab01Copy full SHA for 2cfab01
1 file changed
.github/workflows/java-examples.yml
@@ -15,6 +15,10 @@ on:
15
paths:
16
- 'examples/java/**'
17
18
+concurrency:
19
+ group: ${{ github.workflow }}-${{ github.ref }}
20
+ cancel-in-progress: true
21
+
22
env:
23
DISPLAY: :99
24
GITHUB_TOKEN: ${{ secrets.SELENIUM_CI_TOKEN }}
0 commit comments