diff --git a/.github/workflows/DINAR-readme.yml b/.github/workflows/DINAR-readme.yml index 268d786e2..673df178f 100644 --- a/.github/workflows/DINAR-readme.yml +++ b/.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