From 464d7459138cfa1645495075811098b5689fd74a Mon Sep 17 00:00:00 2001 From: George Gastaldi Date: Tue, 28 Mar 2023 15:12:46 -0300 Subject: [PATCH] Update quarkus-snapshot.yaml --- .github/workflows/quarkus-snapshot.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/quarkus-snapshot.yaml b/.github/workflows/quarkus-snapshot.yaml index 50449415a6..ac1cecfa7a 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 == 'gastaldi' + if: github.actor == 'quarkusbot' || github.actor == 'quarkiversebot' || github.actor == 'gastaldi' || github.actor == 'ia3andy' steps: - name: Install yq @@ -49,4 +49,4 @@ jobs: - name: Setup and Run Tests run: ./ecosystem-ci/setup-and-test env: - ECOSYSTEM_CI_TOKEN: ${{ secrets.ECOSYSTEM_CI_TOKEN }} \ No newline at end of file + ECOSYSTEM_CI_TOKEN: ${{ secrets.ECOSYSTEM_CI_TOKEN }}