diff --git a/.github/workflows/quarkus-snapshot.yaml b/.github/workflows/quarkus-snapshot.yaml index 6c9e8b9c..79a35331 100644 --- a/.github/workflows/quarkus-snapshot.yaml +++ b/.github/workflows/quarkus-snapshot.yaml @@ -23,7 +23,7 @@ jobs: name: "Build against latest Quarkus snapshot" runs-on: ubuntu-latest # Allow to manually launch the ecosystem CI in addition to the bots - if: github.actor == 'quarkusbot' || github.actor == 'quarkiversebot' || github.actor == 'adutra' + if: github.actor == 'quarkusbot' || github.actor == 'quarkiversebot' || github.actor == 'absurdfarce' steps: - name: Install yq