Actualiser .gitea/workflows/Build Framework.yaml
All checks were successful
Check config / build (push) Successful in 9m41s
All checks were successful
Check config / build (push) Successful in 9m41s
Signed-off-by: Alexandre_1a <alexandre_1a@noreply.localhost>
This commit is contained in:
parent
1dbc25f653
commit
a7ac5e4d32
@ -2,23 +2,21 @@ name: Bump Flake
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 3 1 * *" # At 3 on the first day of the month (Monday)
|
- cron: "0 0 1 * *" # At midnight on the first day of the month (Monday)
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
bump:
|
bump:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Install nix
|
||||||
|
uses: DeterminateSystems/nix-installer-action@main
|
||||||
|
|
||||||
steps:
|
- name: Checkout
|
||||||
- name: Install nix
|
uses: actions/checkout@v4
|
||||||
uses: DeterminateSystems/nix-installer-action@main
|
|
||||||
|
|
||||||
- name: Checkout
|
- name: Build bumped flake (only one host)
|
||||||
uses: actions/checkout@v4
|
run: nix build .\#nixosConfigurations.FW16.config.system.build.toplevel
|
||||||
|
|
||||||
|
- name: Notify Success
|
||||||
- name: Build bumped flake (only one host)
|
run: curl -H "Title: Successfully builded flake!" -d "Builded Framework flake" https://ntfy.alexdelcamp.fr/FlakeBuild
|
||||||
run: nix build .\#nixosConfigurations.FW16.config.system.build.toplevel
|
|
||||||
|
|
||||||
- name: Check bumped flake
|
|
||||||
run: nix flake check
|
|
||||||
Loading…
x
Reference in New Issue
Block a user