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 95eddcd commit 0c895f7Copy full SHA for 0c895f7
.github/workflows/test.yml
@@ -154,6 +154,7 @@ jobs:
154
with:
155
fetch-depth: 0
156
- name: Check commit messages - Signed-off-by
157
+ if: github.event_name != '"schedule'
158
uses: gsactions/commit-message-checker@v2
159
160
pattern: '^Signed-off-by: [^<>]+ <[^<>]+>$'
@@ -164,6 +165,7 @@ jobs:
164
165
accessToken: ${{ secrets.GITHUB_TOKEN }}
166
error: Commit message has no or incorrectly formatted signed-off-by line
167
- name: Check commit messages - Line length
168
+ if: github.event_name != 'schedule'
169
170
171
pattern: '^.{1,80}\n\n(.{0,80}\n)*.{0,80}$'
0 commit comments