From df81d27544b2d4d500e4feb112919ba8d80de72a Mon Sep 17 00:00:00 2001 From: Xavier Vello Date: Mon, 3 Jun 2024 12:03:52 +0200 Subject: chore(ci): don't run "Update Nix Deps" CI on forks (#2070) --- .github/workflows/update-nix-deps.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/update-nix-deps.yml b/.github/workflows/update-nix-deps.yml index 2ebe7217..857f989a 100644 --- a/.github/workflows/update-nix-deps.yml +++ b/.github/workflows/update-nix-deps.yml @@ -7,6 +7,7 @@ on: jobs: lockfile: runs-on: ubuntu-latest + if: github.repository == 'atuinsh/atuin' steps: - name: Checkout repository uses: actions/checkout@v3 @@ -17,4 +18,4 @@ jobs: with: pr-title: "chore(deps): update flake.lock" pr-labels: | - dependencies \ No newline at end of file + dependencies -- cgit v1.3.1