Skip to content

Commit e795c04

Browse files
committed
add back run on changes to hindcast
1 parent ed7cc4b commit e795c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
4545
- id: hindcast-logic
4646
run: |
47-
if "${{ github.event.pull_request.base.ref }}" == "main" ; then
47+
if [[ "${{ github.event.pull_request.base.ref }}" == "main" || "${{ steps.changes.outputs.wave_io_hindcast }}" == "true" ]]; then
4848
echo "should-run-hindcast=true" >> "$GITHUB_OUTPUT"
4949
else
5050
echo "should-run-hindcast=false" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)