mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 09:17:53 +00:00
CI: Fix full suite on core file changes (#60299)
This commit is contained in:
parent
fb40a5c0d1
commit
29f1abd2d5
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
@ -98,10 +98,12 @@ jobs:
|
||||
test_full_suite="false"
|
||||
fi
|
||||
|
||||
# We need to run the full suite on certain branches
|
||||
# We need to run the full suite on certain branches.
|
||||
# Or, in case core files are touched, for the full suite as well.
|
||||
if [[ "${{ github.ref }}" == "refs/heads/dev" ]] \
|
||||
|| [[ "${{ github.ref }}" == "refs/heads/master" ]] \
|
||||
|| [[ "${{ github.ref }}" == "refs/heads/rc" ]];
|
||||
|| [[ "${{ github.ref }}" == "refs/heads/rc" ]] \
|
||||
|| [[ "${{ steps.core.outputs.any }}" == "true" ]];
|
||||
then
|
||||
test_full_suite="true"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user