Skip to content

Commit

Permalink
Fix Ecosystem CI workflow
Browse files Browse the repository at this point in the history
This workflow has been broken for quite a while.
I noticed it as part of my work to detect stale Ecosystem CI builds.
  • Loading branch information
gsmet committed Jan 20, 2025
1 parent 97e5a5e commit 3ca369b
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 3ca369b

Please sign in to comment.