Skip to content

Commit 3464897

Browse files
ci: fix release job condition
1 parent d9e648b commit 3464897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
publish_dir: ./site
2626

2727
release:
28-
if: github.event.repository.fork == 'false'
28+
if: github.repository == 'baloise/gitopscli'
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Checkout

0 commit comments

Comments
 (0)