github/git: run when flake update is complete

This commit is contained in:
Aly Raffauf 2024-07-03 22:08:35 -04:00
parent 8970c5888f
commit c1ba71af05
2 changed files with 8 additions and 2 deletions

View file

@ -1,4 +1,4 @@
name: "nix"
name: "flake: update inputs"
on:
schedule:
- cron: "0 6 * * *"

View file

@ -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