Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: dont run workflows outside of npm org #194

Merged
merged 1 commit into from Sep 15, 2022
Merged

Conversation

lukekarrys
Copy link
Member

This adds a if: github.repository_owner == 'npm' to each workflow so
they don't run outside of the npm organization by default.

Closes #182

@lukekarrys lukekarrys requested a review from a team as a code owner September 15, 2022 03:02
This adds a `if: github.repository_owner == 'npm'` to each workflow so
they don't run outside of the npm organization by default.

Closes #182
Copy link
Member

@wraithgar wraithgar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you

@lukekarrys lukekarrys merged commit 6953d9a into npm-cli Sep 15, 2022
@lukekarrys lukekarrys deleted the lk/no-fork-workflows branch September 15, 2022 16:59
lukekarrys added a commit that referenced this pull request Sep 15, 2022
This adds a `if: github.repository_owner == 'npm'` to each workflow so
they don't run outside of the npm organization by default.

Closes #182
@github-actions github-actions bot mentioned this pull request Sep 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants