From 638ac770486294472118377ba6e3c999433e7820 Mon Sep 17 00:00:00 2001 From: Krypton Date: Fri, 6 Oct 2023 08:59:01 +0200 Subject: [PATCH] ci: Don't skip CI for TLD workflow --- .github/workflows/update-readme-file.yml | 2 +- .github/workflows/update-tlds-list.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-readme-file.yml b/.github/workflows/update-readme-file.yml index fc0d30b..0cd2f54 100644 --- a/.github/workflows/update-readme-file.yml +++ b/.github/workflows/update-readme-file.yml @@ -28,5 +28,5 @@ jobs: run: | git config --global user.name 'Krypton' git config --global user.email 'root@krypton.ninja' - git commit -am "docs: Automatic README.md file update with accurate wordlists [skip ci]" + git commit -am "chore: Automatic README.md file update with accurate wordlists [skip ci]" git push diff --git a/.github/workflows/update-tlds-list.yml b/.github/workflows/update-tlds-list.yml index 1a609b0..bcdfc56 100644 --- a/.github/workflows/update-tlds-list.yml +++ b/.github/workflows/update-tlds-list.yml @@ -31,5 +31,5 @@ jobs: run: | git config --global user.name 'Krypton' git config --global user.email 'root@krypton.ninja' - git commit -am "chore: TLDs list update of `date +'%Y-%m-%d %H:%M:%S'` [skip ci]" + git commit -am "chore: TLDs list update of `date +'%Y-%m-%d %H:%M:%S'`" git push