From d18ce95c6b41ffd027c35722b650ef053ecb20e1 Mon Sep 17 00:00:00 2001 From: Andy Damevin Date: Wed, 17 Apr 2024 17:03:39 +0200 Subject: [PATCH] Update quarkus-snapshot.yaml --- .github/workflows/quarkus-snapshot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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