From 834be9a4f4cffa016b1c7566295943d11894b3b6 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Thu, 9 May 2024 16:44:00 +0000 Subject: [PATCH] :construction_worker_man: sync DINAR Pushed from https://github.com/itpp-labs/DINAR/.github/workflows/fork2repos.yml --- .github/workflows/DINAR-readme.yml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/.github/workflows/DINAR-readme.yml b/.github/workflows/DINAR-readme.yml index 268d786e..673df178 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