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 9632579 commit f742d82Copy full SHA for f742d82
.github/workflows/maven.yml
@@ -7,6 +7,10 @@ on:
7
branches: [ "master" ]
8
workflow_dispatch:
9
10
+concurrency:
11
+ group: 'compile'
12
+ cancel-in-progress: false
13
+
14
jobs:
15
build-and-deploy:
16
runs-on: ubuntu-latest
.github/workflows/test.yml
+ group: 'test'
0 commit comments