From 260380abeca3ae3fa64b3520f09596dce6193772 Mon Sep 17 00:00:00 2001 From: Mrlinkwii Date: Tue, 17 Dec 2024 16:34:10 +0000 Subject: [PATCH] CI: disable builds on controller database update --- .github/workflows/cron_update_controller_db.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cron_update_controller_db.yml b/.github/workflows/cron_update_controller_db.yml index 70b9a08cee791..d3cdf2605f764 100644 --- a/.github/workflows/cron_update_controller_db.yml +++ b/.github/workflows/cron_update_controller_db.yml @@ -22,7 +22,7 @@ jobs: uses: peter-evans/create-pull-request@v7 with: title: "PAD: Update to latest controller database" - commit-message: "PAD: Update to latest controller database." + commit-message: "[ci skip] PAD: Update to latest controller database." committer: "PCSX2 Bot " author: "PCSX2 Bot " body: "Weekly automatic update of SDL Controller DB."