From 31e9b981bc1d65e8733b925e4d91aad5e7f24a38 Mon Sep 17 00:00:00 2001 From: Bruno Date: Fri, 14 Jul 2023 18:13:59 -0300 Subject: [PATCH] ci(ephemeral instances): ignore bot events (#71686) --- .github/workflows/ephemeral-instances.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ephemeral-instances.yml b/.github/workflows/ephemeral-instances.yml index a182e51963c..69645529881 100644 --- a/.github/workflows/ephemeral-instances.yml +++ b/.github/workflows/ephemeral-instances.yml @@ -6,6 +6,7 @@ on: types: [opened, reopened, closed] jobs: handle-pull-request-event: + if: github.event.sender.type == 'User' runs-on: labels: ubuntu-latest-8-cores continue-on-error: true