Skip to content

Commit

Permalink
Update quarkus-snapshot.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Mar 22, 2024
1 parent fdb9ceb commit b745ae5
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/quarkus-snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,15 @@ env:
# Repo specific setting #
#########################

ECOSYSTEM_CI_REPO_PATH: quarkus-quinoa
ECOSYSTEM_CI_REPO_PATH: quarkiverse-antivirus

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

defaults:
run:
shell: bash

jobs:
build:
Expand All @@ -27,7 +35,7 @@ jobs:

steps:
- name: Install yq
run: sudo add-apt-repository ppa:rmescandon/yq && sudo apt update && sudo apt install yq -y
uses: dcarbone/install[email protected]

- name: Set up Java
uses: actions/setup-java@v4
Expand Down

0 comments on commit b745ae5

Please sign in to comment.