Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/workflow_fix' into base
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 6, 2024
2 parents 3d9dd86 + 98cc7ef commit c32e49d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/attach_avatars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
include_base: false
generate_readme:
name: Generate readme.txt
needs: get_target_branches
needs: get_avatar_branches
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
pack_avatar:
name: Pack avatar
needs:
- get_target_branches
- get_avatar_branches
- generate_readme
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit c32e49d

Please sign in to comment.