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.
2 parents d68c116 + f7eb911 commit 5f80980Copy full SHA for 5f80980
.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