Skip to content

Commit 03d445b

Browse files
authored
fix: Skip the build/publish manifest list job on forks (#453)
1 parent f4c4af1 commit 03d445b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

template/.github/workflows/build.yml.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,7 @@ jobs:
384384

385385
create_manifest_list:
386386
name: Build and publish manifest list
387+
if: ${{ !github.event.pull_request.head.repo.fork }}
387388
needs:
388389
- package_and_publish
389390
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)