Skip to content

Commit

Permalink
Merge pull request #194349 from Homebrew/remove-disabled-packages-cre…
Browse files Browse the repository at this point in the history
…ate-issue-official-repo-only

workflows/remove-disabled-packages: only run job in official repo
  • Loading branch information
ZhongRuoyu authored Oct 14, 2024
2 parents a2b941e + 8e156f5 commit 8b6e80c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/remove-disabled-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
permissions:
issues: write # for Homebrew/actions/create-or-update-issue
needs: remove-disabled-packages
if: always()
if: always() && github.repository_owner == 'Homebrew'
runs-on: ubuntu-latest
steps:
- name: Create issue on failure
Expand Down

0 comments on commit 8b6e80c

Please sign in to comment.