gitea/.github/workflows
Lunny Xiao 93c6a9a652
Use file filters action instead of Github's files filter (#24877)
Inspired by
https://github.com/go-gitea/gitea/pull/24530#issuecomment-1558815301

This PR use a file filter action to do different CI jobs according
changed files types. All types are defined in
`.github/file-filters.yml`. Now there are 4 types, `docs`, `backend`,
`frontend` and `build`. Then if a PR only changed docs files, those CI
jobs which passed the conditions will run, and other types are also like
this.

---------

Co-authored-by: silverwind <me@silverwind.io>
2023-05-25 01:33:31 +00:00
..
cron-licenses.yml Don't run build and test if only docs changed (#24530) 2023-05-16 02:53:18 +00:00
cron-lock.yml Don't run build and test if only docs changed (#24530) 2023-05-16 02:53:18 +00:00
cron-translations.yml Don't run build and test if only docs changed (#24530) 2023-05-16 02:53:18 +00:00
files-changed.yml Use file filters action instead of Github's files filter (#24877) 2023-05-25 01:33:31 +00:00
pull-compliance-docs.yml Use file filters action instead of Github's files filter (#24877) 2023-05-25 01:33:31 +00:00
pull-compliance.yml Use file filters action instead of Github's files filter (#24877) 2023-05-25 01:33:31 +00:00
pull-db-tests.yml Use file filters action instead of Github's files filter (#24877) 2023-05-25 01:33:31 +00:00
pull-docker-dryrun.yml Use file filters action instead of Github's files filter (#24877) 2023-05-25 01:33:31 +00:00
pull-e2e-tests.yml Use file filters action instead of Github's files filter (#24877) 2023-05-25 01:33:31 +00:00