mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-18 06:45:38 +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:
|
Job2_-_Downloading_Sources:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [Job1_-_Prepearing_enviornment]
|
#needs: [Job1_-_Prepearing_enviornment]
|
||||||
steps:
|
steps:
|
||||||
- name: Downloading sources
|
- name: Downloading sources
|
||||||
if: steps.cache-cooker.outputs.cache-hit != 'true'
|
if: steps.cache-cooker.outputs.cache-hit != 'true'
|
||||||
|
|
Loading…
Reference in a new issue