Skip to content

Commit

Permalink
Merge pull request #1686 from gsmet/fix-ecosystem-ci-workflow
Browse files Browse the repository at this point in the history
Fix Ecosystem CI workflow
  • Loading branch information
gsmet authored Jan 20, 2025
2 parents 97e5a5e + 3ca369b commit baf1eb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/quarkus-snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,14 @@ jobs:
build:
name: "Build against latest Quarkus snapshot"
runs-on: ubuntu-latest
if: github.actor == 'quarkusbot' || github.actor == 'quarkiversebot' || github.actor == 'dufoli'
if: github.actor == 'quarkusbot' || github.actor == 'quarkiversebot'

steps:
- name: Set up Java
uses: actions/setup-java@v4
with:
java-version: ${{ env.JAVA_VERSION }}
distribution: temurin

- name: Checkout repo
uses: actions/checkout@v4
Expand Down

0 comments on commit baf1eb3

Please sign in to comment.