Actions: Disable merge-announce workflow on forks
This commit is contained in:
parent
4c68c97ce7
commit
b9de24028e
2
.github/workflows/merge-announce.yml
vendored
2
.github/workflows/merge-announce.yml
vendored
@ -6,6 +6,8 @@ on:
|
||||
|
||||
jobs:
|
||||
announcepush:
|
||||
# Do not run this workflow in forks
|
||||
if: ${{ github.repository == 'armbian/build' }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Get repo
|
||||
|
||||
Loading…
Reference in New Issue
Block a user