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.
2 parents bec79f9 + 0a4f3ee commit f85e72bCopy full SHA for f85e72b
1 file changed
.github/workflows/01-make-dist.yml
@@ -58,7 +58,7 @@ jobs:
58
59
- name: "GHA-01: Make dist and docs tarballs - report download URL - s1"
60
uses: marocchino/sticky-pull-request-comment@v2
61
- if: startsWith(github.ref, 'refs/pull/')
+ if: startsWith(github.ref, 'refs/pull/') || github.event.pull_request.number > 0
62
continue-on-error: true
63
with:
64
header: latest-tarball-sticky
@@ -297,7 +297,7 @@ jobs:
297
# https://github.com/marocchino/sticky-pull-request-comment
298
- name: "GHA-01: Make dist and docs tarballs - report download URL - s2"
299
300
301
302
303
0 commit comments