Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

fix: Updated publishing script and only run tag on the main repo, not forks #665

Merged
merged 5 commits into from
May 16, 2023
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ jobs:
tag-if-new-version:
runs-on: ubuntu-latest
needs: [node-integration-tests, python-integration-tests]
if: github.repository_owner == 'serverless'

steps:
- name: Checkout repository
Expand Down