about summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2021-04-09 11:42:53 +0200
committerJörg Thalheim <joerg@thalheim.io>2021-04-09 11:42:53 +0200
commit887b577263cf608d1f3228e2a5bc3db0d588cc62 (patch)
treeed21ea584bb1eee69503c1c0e9f0bf8c237f7b80 /.github
parent144d1ea76ba94baac211f3b72fd442b46a33eeb7 (diff)
downloadnixlib-887b577263cf608d1f3228e2a5bc3db0d588cc62.tar
nixlib-887b577263cf608d1f3228e2a5bc3db0d588cc62.tar.gz
nixlib-887b577263cf608d1f3228e2a5bc3db0d588cc62.tar.bz2
nixlib-887b577263cf608d1f3228e2a5bc3db0d588cc62.tar.lz
nixlib-887b577263cf608d1f3228e2a5bc3db0d588cc62.tar.xz
nixlib-887b577263cf608d1f3228e2a5bc3db0d588cc62.tar.zst
nixlib-887b577263cf608d1f3228e2a5bc3db0d588cc62.zip
only run github action cron on github itself
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4e67dbb9f95d..001d43094b01 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
   refresh-overlay:
     name: Refresh inputs
     runs-on: ubuntu-latest
-
+    if: github.repository_owner == 'nix-community'
     steps:
     - name: Checkout repository
       uses: actions/checkout@v2.3.4