diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9ca8877c..25468ac1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -5,7 +5,6 @@ on: jobs: pre-commit: - # this can be changed to `self-hosted` to move to self-hosted runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 @@ -13,7 +12,6 @@ jobs: - uses: pre-commit/action@v2.0.3 nox-sessions-matrix-split: - # this can be changed to `self-hosted` to move to self-hosted runs-on: ubuntu-latest outputs: matrix: ${{ steps.set-matrix.outputs.matrix }} @@ -34,7 +32,6 @@ jobs: needs: nox-sessions-matrix-split strategy: matrix: ${{ fromJson(needs.nox-sessions-matrix-split.outputs.matrix) }} - # this can be changed to `self-hosted` to move to self-hosted runs-on: ubuntu-latest steps: - uses: actions/checkout@v2