We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed7cc4b commit e795c04Copy full SHA for e795c04
.github/workflows/main.yml
@@ -44,7 +44,7 @@ jobs:
44
45
- id: hindcast-logic
46
run: |
47
- if "${{ github.event.pull_request.base.ref }}" == "main" ; then
+ if [[ "${{ github.event.pull_request.base.ref }}" == "main" || "${{ steps.changes.outputs.wave_io_hindcast }}" == "true" ]]; then
48
echo "should-run-hindcast=true" >> "$GITHUB_OUTPUT"
49
else
50
echo "should-run-hindcast=false" >> "$GITHUB_OUTPUT"
0 commit comments