Skip to content

Commit

Permalink
feat(ci): Request checks instead of skipping checks in CI workflow.
Browse files Browse the repository at this point in the history
This change updates the CI workflow to request checks instead of skipping them. This ensures that the necessary checks are run before pushing the changes.
  • Loading branch information
ioanlucut committed Nov 18, 2023
1 parent 25acf48 commit 5688ca7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
git diff --quiet && git diff --staged --quiet || git commit --cleanup=verbatim -am "[Bot] I have imported the resurse crestine songs based on the rc_authors_to_process.txt and rc_ids_to_process.txt.
>
>
skip-checks: true"
request-checks: true"
git push
env:
CI: true
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
git diff --quiet && git diff --staged --quiet || git commit --cleanup=verbatim -am "[Bot] I have added all of the meta information about the content to it.
>
>
skip-checks: true"
request-checks: true"
git push
env:
CI: true
Expand Down

0 comments on commit 5688ca7

Please sign in to comment.