Skip to content

Commit

Permalink
Bugfix: Stop whole not not only step if year > 2018
Browse files Browse the repository at this point in the history
  • Loading branch information
castolpe committed Nov 12, 2024
1 parent 83875a1 commit bd4ec19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_data_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
if [ ${{ steps.load_version.outputs.current }} -ge 2018 ]; then
echo "Year is 2018 or greater. Skipping the workflow."
exit 0
exit 1
fi
- name: Increase data version
Expand Down

0 comments on commit bd4ec19

Please sign in to comment.