mirror of
https://github.com/atuinsh/atuin.git
synced 2025-02-23 05:41:39 +01:00
chore(ci): don't run "Update Nix Deps" CI on forks (#2070)
This commit is contained in:
parent
b05761bb37
commit
df81d27544
3
.github/workflows/update-nix-deps.yml
vendored
3
.github/workflows/update-nix-deps.yml
vendored
@ -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
|
||||
dependencies
|
||||
|
Loading…
Reference in New Issue
Block a user