Skip to content

Commit 7e5cb84

Browse files
authored
Fix/baseline cache refresh 2 (#493)
* Fix baseline cache invalidation * Fix PR detection for baseline cache
1 parent 595d4b0 commit 7e5cb84

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)