Skip to content

Commit

Permalink
cleanup flow a little
Browse files Browse the repository at this point in the history
  • Loading branch information
gadfort committed May 15, 2024
1 parent 1d651de commit ef66a94
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/designs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,17 +84,14 @@ jobs:
if: always() && !failure() && !cancelled()
container:
image: ${{ needs.docker_image.outputs.sc_tool }}
credentials:
username: ${{ secrets.PACKAGES_ACTOR }}
password: ${{ secrets.PACKAGES_TOKEN }}

strategy:
fail-fast: false
max-parallel: 50
matrix:
include: ${{ fromJson(needs.designs.outputs.designs) }}

name: 'Run design'
name: Run design
steps:
- uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -161,15 +158,15 @@ jobs:
if: always()
uses: actions/upload-artifact@v4
with:
name: images-${{ env.ART_NAME }}
name: ${{ env.ART_NAME }}-image
path: gallery/*/*.png
retention-days: 1
retention-days: 2

- name: Upload run artifacts
if: always()
uses: actions/upload-artifact@v4
with:
name: build-${{ env.ART_NAME }}
name: ${{ env.ART_NAME }}-build
path: gallery/*/*.tgz
retention-days: 2

Expand All @@ -184,9 +181,8 @@ jobs:
uses: actions/upload-artifact/merge@v4
with:
name: images
pattern: images-*
pattern: '*-image'
delete-merged: true
retention-days: 7

- name: Generate montage
uses: convictional/[email protected]
Expand Down

0 comments on commit ef66a94

Please sign in to comment.