tools: github actions: run URL checker *after* pushing changes in the scheduled update-metadata workflow

- we want the updates pushed regardless of possible URL check errors
This commit is contained in:
nodiscc 2023-01-24 17:18:29 +01:00
parent b3f0ff5070
commit 6ad29ab5b8
No known key found for this signature in database
GPG key ID: 067FC4266A4B6909

View file

@ -11,7 +11,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: make update_metadata
- run: make url_check
- run: make awesome_lint
- run: make export
- name: commit and push changes
@ -21,3 +20,4 @@ jobs:
git add software/ tags/ platforms/ licenses*.yml
git diff-index --quiet HEAD || git commit -m "[bot] update projects metadata"
git push
- run: make url_check