Skip to content

Commit 50e9dfe

Browse files
committed
ci: skip publish on PRs
1 parent dd0a564 commit 50e9dfe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
path: e2e/allure-results
4646

4747
publish:
48+
if: github.event_name == 'push'
4849
name: Publish
4950
needs: [sanity]
5051
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)