Skip to content

Commit 2909ef4

Browse files
authored
Update dispense_predictoor_rose.yml
1 parent 2739980 commit 2909ef4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/dispense_predictoor_rose.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,6 @@ jobs:
4040
repo: df-py
4141
excludes: prerelease, draft
4242

43-
- name: Check if the Year is 2024 (ROSE reward distribution ends at the end of 2024)
44-
run: |
45-
current_year=$(date -d "last-thursday - 1 week" '+%Y')
46-
if [ "$current_year" != "2024" ]; then
47-
echo "Current year is not 2024, exiting workflow."
48-
exit 1
49-
fi
50-
5143
- name: Set branch to checkout
5244
id: set_branch
5345
run: echo "BRANCH=${{ github.event_name == 'schedule' && steps.df-py.outputs.release || github.ref }}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)