chore: Ignore PR in Docker build

This commit is contained in:
gVisor bot 2023-06-04 15:51:25 +08:00
parent da681299ab
commit f1926bb042

View file

@ -285,6 +285,7 @@ jobs:
generate_release_notes: true generate_release_notes: true
Docker: Docker:
if: ${{ github.event_name != 'pull_request' }}
permissions: write-all permissions: write-all
needs: [Build] needs: [Build]
runs-on: ubuntu-latest runs-on: ubuntu-latest