ci(ephemeral instances): ignore bot events (#71686)

This commit is contained in:
Bruno 2023-07-14 18:13:59 -03:00 committed by GitHub
parent 4caa773401
commit 31e9b981bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,7 @@ on:
types: [opened, reopened, closed] types: [opened, reopened, closed]
jobs: jobs:
handle-pull-request-event: handle-pull-request-event:
if: github.event.sender.type == 'User'
runs-on: runs-on:
labels: ubuntu-latest-8-cores labels: ubuntu-latest-8-cores
continue-on-error: true continue-on-error: true