Skip to content

Commit

Permalink
fix schedule check
Browse files Browse the repository at this point in the history
  • Loading branch information
mariolopjr committed Feb 9, 2025
1 parent ab7baae commit 71985d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
if: >-
contains(fromJson('["workflow_dispatch", "merge_group"]'),
github.event_name)
|| github.event.schedule == '41 6 * * 0'
|| github.event.schedule == '42 6 * * 0'
with:
name: ${{ steps.prepare-release.outputs.title }}
tag_name: ${{ steps.prepare-release.outputs.tag }}
Expand Down

0 comments on commit 71985d9

Please sign in to comment.