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."