Skip to content

Commit f7eb911

Browse files
committed
Skip date check when release worfklow is manually invoked
1 parent d68c116 commit f7eb911

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Check for first Saturday of the month
30+
if: ${{ github.event_name != 'workflow_dispatch' }}
3031
run: |
3132
if (( $(date +%e) > 7 )); then
3233
echo "This is not the first Saturday of the month"

0 commit comments

Comments
 (0)