Skip to content

Commit

Permalink
Fix the sending of the file to the cluster
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrice Normandin <[email protected]>
  • Loading branch information
lebrice committed Jul 4, 2024
1 parent f1fe52b commit b06e300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
cluster: ['mila'] #, 'narval', 'beluga']
steps:
- name: Copy job script to the cluster
run: scp actions-runner-job.sh ${{ matrix.cluster }}
run: "scp actions-runner-job.sh ${{ matrix.cluster }}:actions-runner-job.sh"

- name: Launch Slurm Actions Runner
# todo: for DRAC clusters, the account needs to be set somehow.
Expand Down

0 comments on commit b06e300

Please sign in to comment.