mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 02:13:55 -05:00
github/git: run when flake update is complete
This commit is contained in:
parent
8970c5888f
commit
c1ba71af05
2
.github/workflows/flake-update-inputs.yml
vendored
2
.github/workflows/flake-update-inputs.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: "nix"
|
name: "flake: update inputs"
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 6 * * *"
|
- cron: "0 6 * * *"
|
||||||
|
|
8
.github/workflows/git-sync-mirrors.yml
vendored
8
.github/workflows/git-sync-mirrors.yml
vendored
|
@ -1,5 +1,11 @@
|
||||||
name: "git"
|
name: "git"
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
workflow_run:
|
||||||
|
workflows: ["flake: update inputs"]
|
||||||
|
types:
|
||||||
|
- completed
|
||||||
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
sync-codeberg:
|
sync-codeberg:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue