We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cb93e6 commit 92fd067Copy full SHA for 92fd067
.github/workflows/python-publish.yml
@@ -21,6 +21,7 @@ jobs:
21
PATTERNS: |
22
+(documentation)/*.md
23
CHANGE*.md
24
+ READ*.md
25
# FILES: |
26
# CHANGELOG.md
27
# README.md
@@ -35,7 +36,7 @@ jobs:
35
36
- name: Check if README.md or Doc/** is updated else exit
37
if: (env.GIT_DIFF == '')
38
run: |
- echo Update documentation files or README.md before push
39
+ echo Update documentation files and README.md before push
40
exit 1
41
42
- name: push build status to Slack
README.md
@@ -2835,4 +2835,4 @@ Sample Description for teset file. Kindly ignore
2835
p.s. we need xhangelog to pass too. I am exhausted!
2836
2837
Don't check my workflow oo!
2838
-premium tears.
+premium tears. We should be fine now
0 commit comments