mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 02:28:21 +00:00
Stop running GitHub Actions in forked repos
This commit is contained in:
parent
58ce0321b0
commit
d43e3c13be
2 changed files with 3 additions and 0 deletions
1
.github/workflows/ci-notification.yml
vendored
1
.github/workflows/ci-notification.yml
vendored
|
@ -4,6 +4,7 @@ on:
|
|||
types: [completed]
|
||||
jobs:
|
||||
notify:
|
||||
if: github.repository == 'zeek/zeek'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Send CI Email Notification
|
||||
|
|
2
.github/workflows/coverity-scan.yml
vendored
2
.github/workflows/coverity-scan.yml
vendored
|
@ -6,7 +6,9 @@ on:
|
|||
|
||||
jobs:
|
||||
scan:
|
||||
if: github.repository == 'zeek/zeek'
|
||||
runs-on: ubuntu-18.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue