diff --git a/.github/workflows/ci-notification.yml b/.github/workflows/ci-notification.yml index 1026558eb7..68cf24b47a 100644 --- a/.github/workflows/ci-notification.yml +++ b/.github/workflows/ci-notification.yml @@ -4,6 +4,7 @@ on: types: [completed] jobs: notify: + if: github.repository == 'zeek/zeek' runs-on: ubuntu-latest steps: - name: Send CI Email Notification diff --git a/.github/workflows/coverity-scan.yml b/.github/workflows/coverity-scan.yml index f9b263d97d..d983e22256 100644 --- a/.github/workflows/coverity-scan.yml +++ b/.github/workflows/coverity-scan.yml @@ -6,7 +6,9 @@ on: jobs: scan: + if: github.repository == 'zeek/zeek' runs-on: ubuntu-18.04 + steps: - uses: actions/checkout@v2