mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-29 19:45:38 +00:00
ARTIFACTS: Removed Job dependencies
This commit is contained in:
parent
a8556b6abd
commit
7f038d7c3f
2
.github/workflows/cooker.yml
vendored
2
.github/workflows/cooker.yml
vendored
|
@ -256,7 +256,7 @@ jobs:
|
|||
|
||||
Job7_-_Publishing_flatpak:
|
||||
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:
|
||||
|
||||
# - name: cache-cooker
|
||||
|
|
Loading…
Reference in a new issue