Temporary disable partial runs in CI (#60258)
This commit is contained in:
parent
3dac661480
commit
4c3163196e
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
|
@ -654,7 +654,9 @@ jobs:
|
|||
changes:
|
||||
name: Determine what has changed
|
||||
outputs:
|
||||
core: ${{ steps.core.outputs.any }}
|
||||
# core: ${{ steps.core.outputs.any }}
|
||||
# Temporary disable
|
||||
core: 'true'
|
||||
integrations: ${{ steps.integrations.outputs.changes }}
|
||||
tests: ${{ steps.tests.outputs.integrations }}
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Add table
Reference in a new issue