diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4746585e7b..7b8ea0b10c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -238,7 +238,8 @@ jobs: actionlint: runs-on: ubuntu-latest - if: github.repository_owner == 'zed-industries' && needs.job_spec.outputs.run_actionlint == 'true' + # FIXME + if: false && github.repository_owner == 'zed-industries' && needs.job_spec.outputs.run_actionlint == 'true' needs: [job_spec] steps: - uses: actions/checkout@v4 @@ -424,7 +425,7 @@ jobs: if: | github.repository_owner == 'zed-industries' && needs.job_spec.outputs.run_tests == 'true' - runs-on: [self-hosted, Windows, X64] + runs-on: crashme steps: - name: Environment Setup run: |