try regular ci
This commit is contained in:
parent
46b65ec150
commit
64cae8373a
19
.gitea/workflows/update.yml
Normal file
19
.gitea/workflows/update.yml
Normal file
@ -0,0 +1,19 @@
|
||||
name: Update CI/CD Pipeline
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '* * * * *'
|
||||
|
||||
jobs:
|
||||
update:
|
||||
runs-on: ubuntu-latest
|
||||
container: git.hofer.link/ruderverein-donau-linz/rowing-ci:20240215
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Cache Cargo dependencies
|
||||
uses: Swatinem/rust-cache@v2
|
||||
|
||||
- name: Update
|
||||
run: ./update_laws.sh
|
||||
|
Loading…
Reference in New Issue
Block a user