mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
workflows: only run conflicts and update flake on main repo (#6893)
This commit is contained in:
1
.github/workflows/conflicts.yml
vendored
1
.github/workflows/conflicts.yml
vendored
@@ -5,6 +5,7 @@ on:
|
||||
jobs:
|
||||
triage:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository_owner == 'nix-community'
|
||||
steps:
|
||||
- uses: mschilde/auto-label-merge-conflicts@master
|
||||
with:
|
||||
|
||||
1
.github/workflows/update-flake.yml
vendored
1
.github/workflows/update-flake.yml
vendored
@@ -8,6 +8,7 @@ on:
|
||||
jobs:
|
||||
update:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event_name != 'schedule' || github.repository_owner == 'nix-community'
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user