mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2026-02-15 14:42:15 +00:00
stuff
This commit is contained in:
parent
4e386022b6
commit
0c141a5d13
2
.github/workflows/action-tests.yml
vendored
2
.github/workflows/action-tests.yml
vendored
|
|
@ -34,7 +34,7 @@ jobs:
|
|||
|
||||
build_distribute:
|
||||
needs: check_distribute
|
||||
if: needs.check_distribute.outputs.distribute_exists == 'false'
|
||||
if: needs.check_distribute.outputs.distribute_exists == 'true'
|
||||
uses: ./.github/workflows/build-distribute.yml
|
||||
|
||||
# All other jobs should depend on build_distribute (if run) or check_distribute (if not needed)
|
||||
|
|
|
|||
Loading…
Reference in a new issue