mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-23 06:25:39 +00:00
ARTIFACTS: Removed Job dependencies
This commit is contained in:
parent
c9437d99ea
commit
e72ed24468
2
.github/workflows/cooker.yml
vendored
2
.github/workflows/cooker.yml
vendored
|
@ -256,7 +256,7 @@ jobs:
|
||||||
|
|
||||||
Job7_-_Publishing_flatpak:
|
Job7_-_Publishing_flatpak:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [Job1_-_Prepearing_enviornment, Job3_-_Building_part_1, Job5_-_Finishing_build, Job6_-_Build_bundle]
|
needs: [Job1_-_Prepearing_enviornment, Job3_-_Building_part_1, Job6_-_Build_bundle]
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
# - name: cache-cooker
|
# - name: cache-cooker
|
||||||
|
|
Loading…
Reference in a new issue