Skip to content

Commit

Permalink
Merge pull request #9 from pddg/fix_wf_depends
Browse files Browse the repository at this point in the history
Wait for build on release job
  • Loading branch information
pddg authored Dec 13, 2020
2 parents 3af6d6a + 80db055 commit 4700d9d
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 @@ -45,6 +45,7 @@ jobs:
# GitHubのReleaseを作成するジョブ
# v1.0.0のようなタグがpushされた時のみ実行
release:
needs: build
runs-on: ubuntu-18.04
steps:
# ビルドジョブでアップロードしたPDFをここでダウンロード
Expand Down

0 comments on commit 4700d9d

Please sign in to comment.