From c8abf33c8f1e2a6df8645229aba4fd06b73ff64b Mon Sep 17 00:00:00 2001 From: Corwin Date: Tue, 9 Apr 2024 20:43:31 +0100 Subject: [PATCH] remove update lockfiles workflow --- .github/workflows/update-lockfiles.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/workflows/update-lockfiles.yml diff --git a/.github/workflows/update-lockfiles.yml b/.github/workflows/update-lockfiles.yml deleted file mode 100644 index ab0bd38e..00000000 --- a/.github/workflows/update-lockfiles.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: Update lockfiles - -on: - push: - branches: ["renovate/*"] - pull_request: - branches: ["renovate/*"] - -env: - CARGO_TERM_COLOR: always - -jobs: - build: - runs-on: ubuntu-22.04 - steps: - - name: Set CARGO_TARGET_DIR - run: echo "CARGO_TARGET_DIR=$HOME/target" >> $GITHUB_ENV - - name: Check out repository - uses: actions/checkout@v4 - - uses: extractions/setup-just@v2 - - name: Update lock files - run: just update-lockfiles --commit