diff options
| author | Xavier Vello <xavier.vello@gmail.com> | 2024-06-03 12:03:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-03 11:03:52 +0100 |
| commit | df81d27544b2d4d500e4feb112919ba8d80de72a (patch) | |
| tree | 3369c0503c03128276e594adef3c3874afe17a63 /.github/workflows | |
| parent | fix(client): better error reporting on login/registration (#2076) (diff) | |
| download | atuin-df81d27544b2d4d500e4feb112919ba8d80de72a.zip | |
chore(ci): don't run "Update Nix Deps" CI on forks (#2070)
Diffstat (limited to '.github/workflows')
| -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 |
