Skip to content

Commit

Permalink
github actions: update-metadata: run metadata update and URL check jo…
Browse files Browse the repository at this point in the history
…bs in parallel

- ref. #27
  • Loading branch information
nodiscc committed Jun 15, 2023
1 parent 6d7abb0 commit ce136cf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/update-metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:
cancel-in-progress: true

jobs:
test_schedule:
update-metadata:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -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

0 comments on commit ce136cf

Please sign in to comment.