mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-03-06 14:27:48 +00:00
New workflow: different approach - fix
This commit is contained in:
parent
acf13bb4f4
commit
bdffc79e1b
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