ci: Don't skip CI for TLD workflow
This commit is contained in:
2
.github/workflows/update-readme-file.yml
vendored
2
.github/workflows/update-readme-file.yml
vendored
@@ -28,5 +28,5 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git config --global user.name 'Krypton'
|
git config --global user.name 'Krypton'
|
||||||
git config --global user.email 'root@krypton.ninja'
|
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
|
git push
|
||||||
|
|||||||
2
.github/workflows/update-tlds-list.yml
vendored
2
.github/workflows/update-tlds-list.yml
vendored
@@ -31,5 +31,5 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git config --global user.name 'Krypton'
|
git config --global user.name 'Krypton'
|
||||||
git config --global user.email 'root@krypton.ninja'
|
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
|
git push
|
||||||
|
|||||||
Reference in New Issue
Block a user