mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
remove update lockfiles workflow
This commit is contained in:
parent
b7ec8a77d5
commit
c8abf33c8f
22
.github/workflows/update-lockfiles.yml
vendored
22
.github/workflows/update-lockfiles.yml
vendored
|
@ -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
|
|
Loading…
Reference in a new issue