Skip to content

Commit 46bdade

Browse files
committed
1 parent cee4f49 commit 46bdade

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

.github/workflows/DINAR-readme.yml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,16 @@
1313
# limitations under the License.
1414
name: "DINAR: update repo's readme"
1515

16-
on:
17-
push:
18-
paths:
19-
- ".DINAR/build-date.txt"
20-
- ".DINAR/config.yaml"
21-
- ".github/workflows/DINAR-readme.yml"
22-
- "*/__manifest__.py"
16+
# disabled
17+
on: false
18+
19+
#on:
20+
# push:
21+
# paths:
22+
# - ".DINAR/build-date.txt"
23+
# - ".DINAR/config.yaml"
24+
# - ".github/workflows/DINAR-readme.yml"
25+
# - "*/__manifest__.py"
2326
jobs:
2427
repo_readme:
2528
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)