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