We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2739980 commit 2909ef4Copy full SHA for 2909ef4
.github/workflows/dispense_predictoor_rose.yml
@@ -40,14 +40,6 @@ jobs:
40
repo: df-py
41
excludes: prerelease, draft
42
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
-
51
- name: Set branch to checkout
52
id: set_branch
53
run: echo "BRANCH=${{ github.event_name == 'schedule' && steps.df-py.outputs.release || github.ref }}" >> $GITHUB_ENV
0 commit comments