Skip to content

Commit

Permalink
Update sync-upstream-repo.yml
Browse files Browse the repository at this point in the history
Make sync-template-repo dependant on sync-labels.

Otherwise- both tries to update labels at the same time, which causes problems.
  • Loading branch information
XtremeOwnageDotCom authored Aug 29, 2024
1 parent db6aa75 commit 67bfb1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sync-upstream-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
# This job will sync issue templates, and other files from an upstream repo.
name: Sync Template Repo
runs-on: ubuntu-latest
needs: sync-labels
# https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
permissions:
contents: write
Expand Down

0 comments on commit 67bfb1b

Please sign in to comment.