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