Skip to content

Commit

Permalink
attempt to fix pr announce for all contributors (#7081)
Browse files Browse the repository at this point in the history
The earlier attempt seem to limit announces to repository members for some reason.
This attempt limits to the repo only, therefore forks should not be affected.
Not sure if it works, but there is only one way to find out.
  • Loading branch information
EvilOlaf committed Aug 13, 2024
1 parent c8c4040 commit da899b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-announce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
name: "Announce PR on Discord"
runs-on: ubuntu-latest
if: ${{ github.repository_owner == 'Armbian' }}
if: github.repository == 'armbian/build'
steps:
- name: Get repo
uses: actions/checkout@v4
Expand Down

0 comments on commit da899b2

Please sign in to comment.