Skip to content

Commit

Permalink
ci: skip publish on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
noomorph committed May 4, 2024
1 parent dd0a564 commit 50e9dfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
path: e2e/allure-results

publish:
if: github.event_name == 'push'
name: Publish
needs: [sanity]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 50e9dfe

Please sign in to comment.