Skip to content

Commit f85e72b

Browse files
authored
Merge pull request #3166 from networkupstools/FTY-obs
CI: Tune GHA workflows with in-repo PR
2 parents bec79f9 + 0a4f3ee commit f85e72b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/01-make-dist.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
- name: "GHA-01: Make dist and docs tarballs - report download URL - s1"
6060
uses: marocchino/sticky-pull-request-comment@v2
61-
if: startsWith(github.ref, 'refs/pull/')
61+
if: startsWith(github.ref, 'refs/pull/') || github.event.pull_request.number > 0
6262
continue-on-error: true
6363
with:
6464
header: latest-tarball-sticky
@@ -297,7 +297,7 @@ jobs:
297297
# https://github.com/marocchino/sticky-pull-request-comment
298298
- name: "GHA-01: Make dist and docs tarballs - report download URL - s2"
299299
uses: marocchino/sticky-pull-request-comment@v2
300-
if: startsWith(github.ref, 'refs/pull/')
300+
if: startsWith(github.ref, 'refs/pull/') || github.event.pull_request.number > 0
301301
continue-on-error: true
302302
with:
303303
header: latest-tarball-sticky

0 commit comments

Comments
 (0)