diff --git a/.github/workflows/run-pytest-and-sonarcloud-scan.yaml b/.github/workflows/run-pytest-and-sonarcloud-scan.yaml index 58d6a72c..10e1704f 100644 --- a/.github/workflows/run-pytest-and-sonarcloud-scan.yaml +++ b/.github/workflows/run-pytest-and-sonarcloud-scan.yaml @@ -17,7 +17,7 @@ concurrency: jobs: run-pytest: if: ${{ !github.event.repository.fork }} - runs-on: self-hosted + runs-on: epyc steps: - name: Checkout uses: actions/checkout@v2 @@ -72,4 +72,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - needs: run-pytest \ No newline at end of file + needs: run-pytest