diff --git a/.github/workflows/pre_merge.yml b/.github/workflows/pre_merge.yml index e43bac959a..d360f14704 100644 --- a/.github/workflows/pre_merge.yml +++ b/.github/workflows/pre_merge.yml @@ -19,7 +19,7 @@ concurrency: jobs: Code-Quality-Checks: - runs-on: [self-hosted, linux, x64, anomalib] + runs-on: ubuntu-20.04 steps: - name: CHECKOUT REPOSITORY uses: actions/checkout@v4