We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c68c97 commit b9de240Copy full SHA for b9de240
.github/workflows/merge-announce.yml
@@ -6,6 +6,8 @@ on:
6
7
jobs:
8
announcepush:
9
+ # Do not run this workflow in forks
10
+ if: ${{ github.repository == 'armbian/build' }}
11
runs-on: ubuntu-latest
12
steps:
13
- name: Get repo
0 commit comments