From 3ceb7ee1ebdbb5b2444917a5448befdf65ed9326 Mon Sep 17 00:00:00 2001 From: Eric O Asante Date: Sat, 2 Nov 2024 06:27:03 -0400 Subject: [PATCH] Update ms5.yaml --- .github/workflows/ms5.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ms5.yaml b/.github/workflows/ms5.yaml index e4fc9d7..e12bbae 100644 --- a/.github/workflows/ms5.yaml +++ b/.github/workflows/ms5.yaml @@ -7,7 +7,7 @@ on: jobs: do-nothing: - runs-on: ubuntu-latest + runs-on: self-hosted steps: - name: Do nothing run: echo "This is a simple CI/CD pipeline that does nothing."