fix the dependency among workflows

This commit is contained in:
Kengo TODA 2021-07-14 20:20:47 +08:00
parent a5a0c525bb
commit 1872d8ed8c

View file

@ -100,7 +100,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
needs: save
needs: maven-save
steps:
- name: Checkout
uses: actions/checkout@v2