Limit IRC action to upstrream repo
This commit is contained in:
parent
594281c73a
commit
3eced58301
|
@ -3,6 +3,7 @@ on: [push, pull_request, create]
|
|||
|
||||
jobs:
|
||||
test:
|
||||
if: github.repository == 'danmar/cppcheck'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: irc push
|
||||
|
|
Loading…
Reference in New Issue