diff --git a/.github/workflows/quarkus-snapshot.yaml b/.github/workflows/quarkus-snapshot.yaml index b3f3e0f3..e9413ea1 100644 --- a/.github/workflows/quarkus-snapshot.yaml +++ b/.github/workflows/quarkus-snapshot.yaml @@ -31,7 +31,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 == '' + if: github.actor == 'quarkusbot' || github.actor == 'quarkiversebot' || github.actor == 'ia3andy' || github.actor == 'melloware' steps: - name: Install yq