From 0e488c3f142fe581a404a3af6a87eaa4ecc22937 Mon Sep 17 00:00:00 2001 From: Madhavan Date: Fri, 19 May 2023 15:26:04 -0400 Subject: [PATCH] Update admins GH handle (#237) Co-authored-by: Madhavan Sridharan --- .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 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