From fdac470f963df2d0c4abc3a51c252f925c67c77d Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Tue, 28 Oct 2025 13:04:17 +0100 Subject: [PATCH] rm broken update.yaml (#556) this pipeline did not work yet, tracked in #65 Reviewed-on: https://git.fediversity.eu/fediversity/fediversity/pulls/556 --- .forgejo/workflows/update.yaml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .forgejo/workflows/update.yaml diff --git a/.forgejo/workflows/update.yaml b/.forgejo/workflows/update.yaml deleted file mode 100644 index 19dacf15..00000000 --- a/.forgejo/workflows/update.yaml +++ /dev/null @@ -1,24 +0,0 @@ -name: update-dependencies - -on: - workflow_dispatch: # allows manual triggering - # FIXME: re-enable when manual run works - # schedule: - # - cron: '0 0 1 * *' # monthly - -jobs: - lockfile: - runs-on: native - steps: - - name: Checkout repository - uses: actions/checkout@v4 - - name: Update pins - run: nix-shell --run "npins --verbose update" - - name: Create PR - uses: https://github.com/KiaraGrouwstra/gitea-create-pull-request@f9f80aa5134bc5c03c38f5aaa95053492885b397 - with: - remote-instance-api-version: v1 - token: "${{ secrets.DEPLOY_KEY }}" - branch: npins-update - commit-message: "npins: update sources" - title: "npins: update sources"