Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
zeriyoshi committed Jul 12, 2024
1 parent 337b42b commit bb2b0e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
outputs:
values: ${{ steps.determine_types.outputs.values }}
mixin_types:
needs: ["determine_php_versions", "determine_types"]
needs: ["generate_image_variants", "determine_types"]
uses: ./.github/workflows/_mixin_values.yml
with:
base: ${{ needs.determine_php_versions.outputs.values }}
base: ${{ needs.generate_image_variants.outputs.values }}
join: ${{ needs.determine_types.outputs.values }}
build_variants:
needs: mixin_types
Expand Down

0 comments on commit bb2b0e7

Please sign in to comment.