Skip to content

Commit

Permalink
chore: Ignore PR in Docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
Larvan2 committed Jun 4, 2023
1 parent 3c1f9a9 commit fd0c71a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ jobs:
generate_release_notes: true

Docker:
if: ${{ github.event_name != 'pull_request' }}
permissions: write-all
needs: [Build]
runs-on: ubuntu-latest
Expand Down

0 comments on commit fd0c71a

Please sign in to comment.