chore: Ignore PR in Docker build
This commit is contained in:
parent
a2bbd1cc8d
commit
76a7945994
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -298,6 +298,7 @@ jobs:
|
||||||
body_path: release.md
|
body_path: release.md
|
||||||
|
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue