mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 12:25:47 +02:00
Skip date check when release worfklow is manually invoked
This commit is contained in:
parent
d68c116387
commit
f7eb9113f3
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -27,6 +27,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check for first Saturday of the month
|
- name: Check for first Saturday of the month
|
||||||
|
if: ${{ github.event_name != 'workflow_dispatch' }}
|
||||||
run: |
|
run: |
|
||||||
if (( $(date +%e) > 7 )); then
|
if (( $(date +%e) > 7 )); then
|
||||||
echo "This is not the first Saturday of the month"
|
echo "This is not the first Saturday of the month"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue