Skip to content

Commit b272c2a

Browse files
committed
update CI
1 parent a07787d commit b272c2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/perlmutter-no-cache.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
steps:
5454
- uses: actions/[email protected]
5555
- run: |
56-
cat <<EOF > .${{ github.ref }}.slurm
56+
cat <<EOF > .${{ github.run_id }}.slurm
5757
5858
export LD_LIBRARY_PATH="$MERCURY_DIR/lib:$LD_LIBRARY_PATH"
5959
cd ${{ github.workspace }}/no-cache/build
@@ -62,4 +62,4 @@ jobs:
6262
6363
EOF
6464
65-
sbatch $SCHEDULER_PARAMETERS .${{ github.ref }}.slurm
65+
sbatch $SCHEDULER_PARAMETERS .${{ github.run_id }}.slurm

0 commit comments

Comments
 (0)