We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d68c116 commit f7eb911Copy full SHA for f7eb911
.github/workflows/release.yml
@@ -27,6 +27,7 @@ jobs:
27
runs-on: ubuntu-latest
28
steps:
29
- name: Check for first Saturday of the month
30
+ if: ${{ github.event_name != 'workflow_dispatch' }}
31
run: |
32
if (( $(date +%e) > 7 )); then
33
echo "This is not the first Saturday of the month"
0 commit comments