mirror of
https://github.com/armbian/build.git
synced 2026-01-06 09:58:46 -08:00
Actions: Disable merge-announce workflow on forks
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user