diff --git a/.github/workflows/reusable.yaml b/.github/workflows/reusable.yaml
index ef9a52e9d..28f3e8069 100644
--- a/.github/workflows/reusable.yaml
+++ b/.github/workflows/reusable.yaml
@@ -7,6 +7,7 @@ on:
 
 jobs:
   test:
+    if '!cancelled()'
     env:
       CC: mpicc
       FC: mpifort
@@ -27,4 +28,4 @@ jobs:
       - name: check status
         run: |
           cd $SCRATCH
-          ./cs.status.ghtest.${{ inputs.compiler }} --expected-fails-file $GITHUB_WORKSPACE/CESM/cime_config/testfiles/ExpectedTestFails.xml 
\ No newline at end of file
+          ./cs.status.${GITHUB_RUN_ID} --expected-fails-file $GITHUB_WORKSPACE/CESM/cime_config/testfiles/ExpectedTestFails.xml 
\ No newline at end of file