mirror of
https://github.com/atuinsh/atuin.git
synced 2025-06-22 10:51:41 +02: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:
|
jobs:
|
||||||
lockfile:
|
lockfile:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: github.repository == 'atuinsh/atuin'
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
@ -17,4 +18,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
pr-title: "chore(deps): update flake.lock"
|
pr-title: "chore(deps): update flake.lock"
|
||||||
pr-labels: |
|
pr-labels: |
|
||||||
dependencies
|
dependencies
|
||||||
|
Loading…
x
Reference in New Issue
Block a user