diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/update-nix-deps.yml | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
