Disable run on push

This commit is contained in:
2023-09-27 11:56:38 +03:00
parent 35cb0de3dd
commit 511737192c

View File

@@ -1,8 +1,5 @@
name: update-flake-lock name: update-flake-lock
on: on:
push:
branches:
- main
workflow_dispatch: # allows manual triggering workflow_dispatch: # allows manual triggering
schedule: schedule:
- cron: "0 0 * * 0" # runs weekly on Sunday at 00:00 - cron: "0 0 * * 0" # runs weekly on Sunday at 00:00
@@ -22,7 +19,6 @@ jobs:
- name: Update nix flake lockfile - name: Update nix flake lockfile
run: | run: |
nix --extra-experimental-features nix-command --extra-experimental-features flakes flake update nix --extra-experimental-features nix-command --extra-experimental-features flakes flake update
git status
- name: Verify Changed files - name: Verify Changed files
uses: tj-actions/verify-changed-files@v16 uses: tj-actions/verify-changed-files@v16
id: verify-changed-files id: verify-changed-files