FIX: ippl workflows

This commit is contained in:
2025-05-21 15:01:22 +02:00
parent 317910a2cd
commit 47c6d98a13
4 changed files with 94 additions and 0 deletions

View File

@ -0,0 +1,17 @@
name: IPPL GPU Merlin7 Scheduler
run-name: IPPL GPU Merlin7 Scheduler
on:
workflow_dispatch:
schedule:
- cron: "0 1 * * *"
jobs:
checkout:
runs-on: merlin7
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Sbatch A100 GPU script
run: |
chmod +x .gitea/workflows/sbatch/ippl_gpu.sbatch
sbatch .gitea/workflows/sbatch/ippl_gpu.sbatch