Skip to content

Commit

Permalink
refactor(workflow): rm code and speed up workflows
Browse files Browse the repository at this point in the history
Motivation
----------
Performance: We will run only *one* detect file changes job for each
subfolder.

Maintenance: Much less code.

Safetey: If anything under `./github/workflows` has changed, run all
jobs. It's dangerous to hard-code the workflow name in the file-filters
list.

How to test
-----------
1. Check the status checks for this PR
  • Loading branch information
roschaefer committed Jul 2, 2024
1 parent e90affd commit e427708
Show file tree
Hide file tree
Showing 32 changed files with 615 additions and 1,198 deletions.
134 changes: 0 additions & 134 deletions .github/file-filters.yml

This file was deleted.

37 changes: 0 additions & 37 deletions .github/workflows/admin.test.build.code.yml

This file was deleted.

51 changes: 0 additions & 51 deletions .github/workflows/admin.test.build.docker.yml

This file was deleted.

37 changes: 0 additions & 37 deletions .github/workflows/admin.test.build.docs.yml

This file was deleted.

37 changes: 0 additions & 37 deletions .github/workflows/admin.test.build.storybook.yml

This file was deleted.

37 changes: 0 additions & 37 deletions .github/workflows/admin.test.lint.code.yml

This file was deleted.

37 changes: 0 additions & 37 deletions .github/workflows/admin.test.unit.code.yml

This file was deleted.

Loading

0 comments on commit e427708

Please sign in to comment.