From dd96b0817d02298ad13a84fdfd738ce46870143c Mon Sep 17 00:00:00 2001 From: Badisi Date: Sun, 23 Jun 2024 02:41:07 +0200 Subject: [PATCH] ci: improvements --- .github/workflows/ci_test_core.yml | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci_test_core.yml b/.github/workflows/ci_test_core.yml index 462a96fc..30c68b6b 100644 --- a/.github/workflows/ci_test_core.yml +++ b/.github/workflows/ci_test_core.yml @@ -40,13 +40,19 @@ jobs: needs: ci_test_core uses: ./.github/workflows/ci_test_splitter.yml - ci_test_status: - needs: ci_test_core - uses: ./.github/workflows/ci_test_status.yml - - ci_test_time-picker: - needs: ci_test_core - uses: ./.github/workflows/ci_test_time-picker.yml + # + # Not needed here because will be triggered by `ci_test_snackbar` + # + # ci_test_status: + # needs: ci_test_core + # uses: ./.github/workflows/ci_test_status.yml + + # + # Not needed here because will be triggered by `ci_test_numeric-stepper` + # + # ci_test_time-picker: + # needs: ci_test_core + # uses: ./.github/workflows/ci_test_time-picker.yml ci_test_tooltip: needs: ci_test_core