From 1ff9411e1b4b4117eb0e2d9b9524328eca6a621c Mon Sep 17 00:00:00 2001 From: Ioan Lucut Date: Mon, 23 Dec 2024 15:29:59 +0200 Subject: [PATCH] feat: Add/update song(s) --- .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 e74f42127..2c3f6c9ff 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. > > - request-checks: true" + skip-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. > > - request-checks: true" + skip-checks: true" git push env: CI: true