mfwolffe/scratch / 52e81d0

Browse files

Run scratch smoke on shared runner

Authored by mfwolffe <wolffemf@dukes.jmu.edu>
SHA
52e81d069d2f4a1e572543160a85704671cceed2
Parents
f575b3a
Tree
3d345c2

1 changed file

StatusFile+-
M .shithub/workflows/smoke.yml 2 2
.shithub/workflows/smoke.ymlmodified
@@ -7,10 +7,10 @@ on:
77
 
88
 jobs:
99
   green:
10
-    runs-on: scratch-smoke
10
+    runs-on: ubuntu-latest
1111
     steps:
1212
       - uses: actions/checkout@v4
1313
       - name: Verify checkout
1414
         run: |
1515
           test -f README.md
16
-          echo "scratch smoke passed"
16
+          printf 'shithub actions smoke passed\n'