From fa53c259547574f80d18bb2faa5fb5170ba82f21 Mon Sep 17 00:00:00 2001 From: Ismar <1242091+ichoosetoaccept@users.noreply.github.com> Date: Tue, 2 Jun 2026 10:58:50 +0200 Subject: [PATCH] ci: remove broken Copier Update workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit actions-ext/copier-update@v0 does not resolve — that action publishes no tags/releases, so the weekly run fails in ~3s before doing anything. Refs DOT-598. --- .github/workflows/copier-update.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/workflows/copier-update.yml diff --git a/.github/workflows/copier-update.yml b/.github/workflows/copier-update.yml deleted file mode 100644 index 0c95329..0000000 --- a/.github/workflows/copier-update.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: Copier Update - -on: - workflow_dispatch: - schedule: - - cron: "0 5 * * 0" # Weekly on Sundays at 5am UTC - -jobs: - update: - runs-on: blacksmith-2vcpu-ubuntu-2404 - - permissions: - contents: write - pull-requests: write - - steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - - uses: actions-ext/copier-update@v0 - with: - token: ${{ secrets.GITHUB_TOKEN }}