mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-17 22:35:39 +00:00
New workflow: different approach - fix
This commit is contained in:
parent
a7d723fd37
commit
cce7c59c2f
2
.github/workflows/cooker.yml
vendored
2
.github/workflows/cooker.yml
vendored
|
@ -41,7 +41,7 @@ jobs:
|
|||
|
||||
Job2_-_Downloading_Sources:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [Job1_-_Prepearing_enviornment]
|
||||
#needs: [Job1_-_Prepearing_enviornment]
|
||||
steps:
|
||||
- name: Downloading sources
|
||||
if: steps.cache-cooker.outputs.cache-hit != 'true'
|
||||
|
|
Loading…
Reference in a new issue