mirror of
https://github.com/actions/setup-java.git
synced 2025-04-21 18:36:46 +00:00
fix the dependency among workflows
This commit is contained in:
parent
a5a0c525bb
commit
1872d8ed8c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/e2e-cache.yml
vendored
2
.github/workflows/e2e-cache.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue