Skip to content

Commit

Permalink
Update build-and-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DanySK authored Nov 23, 2023
1 parent 79d5998 commit eb99b7b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,20 @@ jobs:
os: [windows-2022, macos-12, ubuntu-22.04]
jvm_version: ${{ fromJson(needs.compute-java-range.outputs.java-range) }}
distribution: [ temurin ]
defaults:
run:
shell: bash
concurrency:
group: ${{ github.workflow }}-build-${{ matrix.os }}-${{ matrix.jvm_version }}-${{ github.event.number || github.ref }}
group: ${{ github.workflow }}-build-${{ matrix }}-${{ github.event.number || github.ref }}
runs-on: ${{ matrix.os }}-latest
env:
JAVA_VERSION: ${{ matrix.jvm_version }}
OS: ${{ matrix.os }}
TERM: dumb
steps:
# Checkout the repository
- name: Debug: print the concurrency group
run: echo "${{ github.workflow }}-build-${{ matrix }}-${{ github.event.number || github.ref }}"
- name: Checkout
uses: danysk/[email protected]
with:
Expand Down

0 comments on commit eb99b7b

Please sign in to comment.