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