Skip to content

Commit

Permalink
refactor: rearrange GitHub Actions jobs for contributors list
Browse files Browse the repository at this point in the history
Signed-off-by: HAHWUL <[email protected]>
  • Loading branch information
hahwul committed Jan 24, 2025
1 parent a37429e commit 07a656a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,7 @@ on:
branches: [main]
workflow_dispatch:
jobs:
Contributors:
runs-on: ubuntu-latest
steps:
- uses: wow-actions/contributors-list@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
round: true
svgPath: images/CONTRIBUTORS.svg
Deploy:
needs: Contributors
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -41,3 +32,12 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.ref }}
Contributors:
needs: Deploy
runs-on: ubuntu-latest
steps:
- uses: wow-actions/contributors-list@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
round: true
svgPath: images/CONTRIBUTORS.svg

0 comments on commit 07a656a

Please sign in to comment.