From 368b9d991e4801fe26779fb4c28afa1e83555e07 Mon Sep 17 00:00:00 2001 From: Ivan Kropotkin Date: Thu, 9 May 2024 18:40:33 +0200 Subject: [PATCH] disable readme generator --- .../all/.github/workflows/DINAR-readme.yml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/static-files/all/.github/workflows/DINAR-readme.yml b/static-files/all/.github/workflows/DINAR-readme.yml index 268d786..673df17 100644 --- a/static-files/all/.github/workflows/DINAR-readme.yml +++ b/static-files/all/.github/workflows/DINAR-readme.yml @@ -13,13 +13,16 @@ # limitations under the License. name: "DINAR: update repo's readme" -on: - push: - paths: - - ".DINAR/build-date.txt" - - ".DINAR/config.yaml" - - ".github/workflows/DINAR-readme.yml" - - "*/__manifest__.py" +# disabled +on: false + +#on: +# push: +# paths: +# - ".DINAR/build-date.txt" +# - ".DINAR/config.yaml" +# - ".github/workflows/DINAR-readme.yml" +# - "*/__manifest__.py" jobs: repo_readme: runs-on: ubuntu-latest