tweak
Co-authored-by: Peter Tripp <petertripp@gmail.com>
This commit is contained in:
parent
59223c3ecd
commit
4ae0555d59
1 changed files with 3 additions and 2 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue