diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 35afff4b..8631ee2a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -114,6 +114,7 @@ jobs: # NOTE: Could also use the --wait flag to wait for the job to finish (and have this run at the same time as the other step). run: | job_id=`ssh ${{ matrix.cluster }} 'cd $SCRATCH && sbatch --parsable $HOME/actions-runner-job.sh'` + echo "Submitted job $job_id on the ${{ matrix.cluster }} cluster!" echo "job_id=$job_id" >> "$GITHUB_OUTPUT" # This step runs in a self-hosted Github Actions runner inside a SLURM job on the compute node of the cluster.