mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-14 10:26:07 +00:00
.github/workflows/docker.yml: don't run twice
This commit is contained in:
parent
0bba92d951
commit
00736a25ef
1
.github/workflows/docker.yml
vendored
1
.github/workflows/docker.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user