We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceed592 commit 6849f4cCopy full SHA for 6849f4c
1 file changed
.github/workflows/build.yml
@@ -37,6 +37,9 @@ jobs:
37
- build
38
- nativetest
39
if: ${{ (github.event_name == 'push' && github.ref == 'refs/heads/main') || github.event_name == 'workflow_dispatch' }}
40
+ concurrency:
41
+ group: example-group
42
+ cancel-in-progress: true
43
steps:
44
- uses: actions/checkout@v6
45
- name: Set up JDK 25
0 commit comments