mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-03 07:31:03 +01:00
workflows: only run conflicts and update flake on main repo (#6893)
This commit is contained in:
parent
b7527e2daf
commit
59de2dfb0a
2 changed files with 2 additions and 0 deletions
1
.github/workflows/conflicts.yml
vendored
1
.github/workflows/conflicts.yml
vendored
|
|
@ -5,6 +5,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
triage:
|
triage:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: github.repository_owner == 'nix-community'
|
||||||
steps:
|
steps:
|
||||||
- uses: mschilde/auto-label-merge-conflicts@master
|
- uses: mschilde/auto-label-merge-conflicts@master
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
1
.github/workflows/update-flake.yml
vendored
1
.github/workflows/update-flake.yml
vendored
|
|
@ -8,6 +8,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
update:
|
update:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: github.event_name != 'schedule' || github.repository_owner == 'nix-community'
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue