FIX: ippl workflows
This commit is contained in:
17
.gitea/workflows/ippl_gh_merlin7.yml
Normal file
17
.gitea/workflows/ippl_gh_merlin7.yml
Normal file
@ -0,0 +1,17 @@
|
||||
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
|
Reference in New Issue
Block a user