URL Updates and Schedule for CI Action #2
1 changed files with 4 additions and 6 deletions
|
|
@ -1,7 +1,8 @@
|
|||
name: upload artifacts
|
||||
|
||||
on: push
|
||||
# TODO: cron
|
||||
on:
|
||||
schedule:
|
||||
- cron: 0 15 * * *
|
||||
|
||||
env:
|
||||
DTC_TOKEN: ${{ secrets.POOLTOKEN }}
|
||||
|
|
@ -13,9 +14,6 @@ jobs:
|
|||
steps:
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@v6
|
||||
- name: install git-annex
|
||||
run: |
|
||||
uv tool install git-annex
|
||||
- name: Configure Git
|
||||
run: |
|
||||
git config --global user.name ${{ forgejo.actor }}
|
||||
|
|
@ -29,5 +27,5 @@ jobs:
|
|||
echo OK
|
||||
- name: Fetch and run script
|
||||
run: |
|
||||
wget https://hub.psychoinformatics.de/adina/Testing-CI-uploads/raw/branch/main/.forgejo/tools/register-upload.py
|
||||
wget https://hub.psychoinformatics.de/datalink/tools/raw/branch/main/code/register-upload.py
|
||||
uv run register-upload.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue