We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c305917 commit a8bca15Copy full SHA for a8bca15
.github/workflows/full-ci.yml
@@ -12,13 +12,6 @@ on:
12
13
permissions: { }
14
15
-# Cancel previous workflows if they are the same workflow on same ref (branch/tags)
16
-# with the same event (push/pull_request) even they are in progress.
17
-# This setting will help reduce the number of duplicated workflows.
18
-concurrency:
19
- group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
20
- cancel-in-progress: true
21
-
22
jobs:
23
java:
24
name: Build Java ${{ matrix.os }}
0 commit comments