From 5688ca72a9213af07ff91256902eda4716260b3a Mon Sep 17 00:00:00 2001 From: Ioan Lucut Date: Sat, 18 Nov 2023 22:35:10 +0200 Subject: [PATCH] feat(ci): Request checks instead of skipping checks in CI workflow. 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. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c6e5446a34..a2517fe53e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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