github actions: update-metadata: run metadata update and URL check jobs in parallel

- ref. https://github.com/awesome-selfhosted/awesome-selfhosted-data/issues/27
This commit is contained in:
nodiscc
2023-06-15 23:46:55 +02:00
parent 6d7abb07ba
commit ce136cf477

View File

@@ -10,7 +10,7 @@ concurrency:
cancel-in-progress: true
jobs:
test_schedule:
update-metadata:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
@@ -24,4 +24,8 @@ jobs:
git add software/ tags/ platforms/ licenses*.yml
git diff-index --quiet HEAD || git commit -m "[bot] update projects metadata"
git push
url-check:
runs-on: ubuntu-latest
steps:
- run: make url_check