From 1e4d1d2051a2d842a4ae89ff5cd69f48c3679bbf Mon Sep 17 00:00:00 2001 From: Donovan Sydow Date: Thu, 16 Jan 2025 15:29:15 -0800 Subject: [PATCH 1/2] disable manual deletion --- .github/workflows/test.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 289b071..6118ff5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -47,6 +47,7 @@ jobs: - name: Job 2 Test run: echo "This also runs on the GCE runner VM" - uses: iunu/gce-github-runner@iunu - with: - command: stop - if: always() +# See if this works without specifying stop command +# with: +# command: stop +# if: always() From f96297babca7c158e64f5c1a65e64fc648124f29 Mon Sep 17 00:00:00 2001 From: Donovan Sydow Date: Thu, 16 Jan 2025 15:41:56 -0800 Subject: [PATCH 2/2] disable manual deletion --- .github/workflows/test.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6118ff5..289b071 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -47,7 +47,6 @@ jobs: - name: Job 2 Test run: echo "This also runs on the GCE runner VM" - uses: iunu/gce-github-runner@iunu -# See if this works without specifying stop command -# with: -# command: stop -# if: always() + with: + command: stop + if: always()