Skip to content

Commit e2b4ecc

Browse files
committed
Fix CI
1 parent 89714fe commit e2b4ecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# (srun --nodes=2 --ntasks-per-node=1 --cpus-per-task=8 --partition=devel --job-name=rpc_ci sleep 10000 &) || true
2121
sbatch /home/geng.161/slurm_grpc_ci.sh
2222
# Wait allocation done
23-
while ! squeue -n rpc_ci --long -u $USER | grep -q "RUNNING"; do
23+
while ! squeue -n rpc_ci --long -u $USER | grep -q "R"; do
2424
sleep 1
2525
done
2626
squeue -n rpc_ci -u $USER -o %N | tail -n 1 | xargs ./helper.sh

0 commit comments

Comments
 (0)