update-flake: remove workflow
All checks were successful
build / test (push) Successful in 10s

This commit is contained in:
DavHau 2023-07-26 15:56:38 +02:00
parent f84a7c6a65
commit 5fb266a2f6

View File

@ -1,19 +0,0 @@
name: update-flake-lock
on:
workflow_dispatch: # allows manual triggering
schedule:
- cron: '0/2 * * * *' # runs weekly on Sunday at 00:00
jobs:
lockfile:
runs-on: nix
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@v19
with:
pr-title: "Update flake.lock" # Title of PR to be created
pr-labels: | # Labels to be set on the PR
dependencies
automated