mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 10:38:20 +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]
|
types: [completed]
|
||||||
jobs:
|
jobs:
|
||||||
notify:
|
notify:
|
||||||
|
if: github.repository == 'zeek/zeek'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Send CI Email Notification
|
- 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:
|
jobs:
|
||||||
scan:
|
scan:
|
||||||
|
if: github.repository == 'zeek/zeek'
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue