Skip to content

Commit

Permalink
Don't notify IRC on pushes to forks
Browse files Browse the repository at this point in the history
  • Loading branch information
arichardson authored and travisg committed Jun 7, 2023
1 parent c3a5c31 commit 9cc95f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/notify-irc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on: [push, pull_request, create]
jobs:
test:
runs-on: ubuntu-latest
if: github.repository == 'littlekernel/lk'
steps:
- name: irc push
uses: rectalogic/notify-irc@v1
Expand Down

0 comments on commit 9cc95f1

Please sign in to comment.