Skip to content

Commit

Permalink
fix: add missing runs-on on update-attributions gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptodev-2s committed May 6, 2024
1 parent b8eb07f commit a699a22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-attributions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:

prepare:
name: Prepare dependencies
runs-on: ubuntu-latest
needs: is-fork-pull-request
# Early exit if this is a fork, since later steps are skipped for forks
if: ${{ needs.is-fork-pull-request.outputs.IS_FORK == 'false' }}
Expand Down Expand Up @@ -99,8 +100,8 @@ jobs:
name: Commit the updated Attributions
runs-on: ubuntu-latest
needs:
- is-fork-pull-request
- prepare
- is-fork-pull-request
- update-attributions
if: ${{ needs.is-fork-pull-request.outputs.IS_FORK == 'false' }}
steps:
Expand Down

0 comments on commit a699a22

Please sign in to comment.