ADD: q-e_gh_merlin7.yml

This commit is contained in:
2025-05-15 13:38:43 +02:00
parent a8da8cc2cf
commit 83b53f8b6b
3 changed files with 46 additions and 3 deletions

View File

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