mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-21 20:33: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:
|
||||
schedule:
|
||||
- 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"
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
workflow_run:
|
||||
workflows: ["flake: update inputs"]
|
||||
types:
|
||||
- completed
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
sync-codeberg:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue