Skip to content

Commit

Permalink
ci: improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Badisi committed Jun 23, 2024
1 parent c3338fb commit dd96b08
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .github/workflows/ci_test_core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dd96b08

Please sign in to comment.