temporarily disable other tests
Co-authored-by: Peter Tripp <petertripp@gmail.com>
This commit is contained in:
parent
2575d5c9a8
commit
59223c3ecd
1 changed files with 6 additions and 0 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -254,7 +254,9 @@ jobs:
|
||||||
timeout-minutes: 60
|
timeout-minutes: 60
|
||||||
name: (macOS) Run Clippy and tests
|
name: (macOS) Run Clippy and tests
|
||||||
needs: [job_spec]
|
needs: [job_spec]
|
||||||
|
# FIXME
|
||||||
if: |
|
if: |
|
||||||
|
false &&
|
||||||
github.repository_owner == 'zed-industries' &&
|
github.repository_owner == 'zed-industries' &&
|
||||||
needs.job_spec.outputs.run_tests == 'true'
|
needs.job_spec.outputs.run_tests == 'true'
|
||||||
runs-on:
|
runs-on:
|
||||||
|
@ -324,7 +326,9 @@ jobs:
|
||||||
timeout-minutes: 60
|
timeout-minutes: 60
|
||||||
name: (Linux) Run Clippy and tests
|
name: (Linux) Run Clippy and tests
|
||||||
needs: [job_spec]
|
needs: [job_spec]
|
||||||
|
# FIXME
|
||||||
if: |
|
if: |
|
||||||
|
false &&
|
||||||
github.repository_owner == 'zed-industries' &&
|
github.repository_owner == 'zed-industries' &&
|
||||||
needs.job_spec.outputs.run_tests == 'true'
|
needs.job_spec.outputs.run_tests == 'true'
|
||||||
runs-on:
|
runs-on:
|
||||||
|
@ -376,7 +380,9 @@ jobs:
|
||||||
timeout-minutes: 60
|
timeout-minutes: 60
|
||||||
name: (Linux) Build Remote Server
|
name: (Linux) Build Remote Server
|
||||||
needs: [job_spec]
|
needs: [job_spec]
|
||||||
|
# FIXME
|
||||||
if: |
|
if: |
|
||||||
|
false &&
|
||||||
github.repository_owner == 'zed-industries' &&
|
github.repository_owner == 'zed-industries' &&
|
||||||
needs.job_spec.outputs.run_tests == 'true'
|
needs.job_spec.outputs.run_tests == 'true'
|
||||||
runs-on:
|
runs-on:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue