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 1e71a83 commit bc44454Copy full SHA for bc44454
1 file changed
.github/workflows/nightly-test.yml
@@ -25,6 +25,9 @@ on:
25
26
jobs:
27
test-nightly:
28
+ # Cannot check the existence of secrets, so limiting to repository name to prevent all forks to run nightly.
29
+ # See: https://github.com/actions/runner/issues/520
30
+ if: ${{ github.repository == 'wagtail/Willow' }}
31
name: Nightly test against nightly Pillow build
32
# There is an an issue with Wand / ImageMagick using the Ubuntu 24.04 image
33
# See https://github.com/wagtail/Willow/issues/161
0 commit comments