Skip to content

Commit

Permalink
Check if publish workflow would work this way
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou committed Sep 21, 2020
1 parent 6f5a9b0 commit 9b74abe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:

jobs:
publish:
if: github.repository == 'lihaoyi/mill'
needs: build

strategy:
Expand All @@ -26,3 +25,5 @@ jobs:
java-version: 1.8

- run: ${{ matrix.buildcmd }}
if: github.repository == 'lihaoyi/mill'

0 comments on commit 9b74abe

Please sign in to comment.