Skip to content

Commit 680c75a

Browse files
committed
fixup! [no-relnote] Use github.ref_name to detect PRs
1 parent ff6f05d commit 680c75a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- ubi8
8383
- packaging
8484
ispr:
85-
- ${{github.event_name == 'pull_request'}}
85+
- ${{ github.ref_name != 'main' && !startsWith( github.ref_name, 'release-' ) }}
8686
exclude:
8787
- ispr: true
8888
dist: ubi8

0 commit comments

Comments
 (0)