.github/workflows/docker.yml: don't run twice

This commit is contained in:
Vaibhav Sagar 2024-10-24 20:25:39 +11:00
parent 0bba92d951
commit 00736a25ef

View File

@ -35,6 +35,7 @@ on:
jobs:
build:
if: (github.event_name != 'pull_request' && ! github.event.pull_request.head.repo.fork) || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork)
runs-on: ubuntu-latest
strategy: