From 887b577263cf608d1f3228e2a5bc3db0d588cc62 Mon Sep 17 00:00:00 2001 From: Jörg Thalheim Date: Fri, 9 Apr 2021 11:42:53 +0200 Subject: only run github action cron on github itself --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') 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 -- cgit 1.4.1