Skip to content

Commit 644ba64

Browse files
authored
Merge branch 'main' into sankey-labels-clean
2 parents 91fe798 + 7e5cb84 commit 644ba64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-ultraplot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
name: Compare baseline Python ${{ inputs.python-version }} with MPL ${{ inputs.matplotlib-version }}
5656
runs-on: ubuntu-latest
5757
env:
58-
IS_PR: ${{ github.event.pull_request }}
58+
IS_PR: ${{ github.event_name == 'pull_request' }}
5959
defaults:
6060
run:
6161
shell: bash -el {0}

0 commit comments

Comments
 (0)