Skip to content

Commit 9592842

Browse files
chore: only run CI publish step on official repo (typescript-eslint#3687)
1 parent 36be492 commit 9592842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ jobs:
292292
name: Publish the latest code as a canary version
293293
runs-on: ubuntu-latest
294294
needs: [typecheck, test_on_primary_node_version, unit_tests_on_other_node_versions, linting_and_style, integration_tests]
295-
if: github.ref == 'refs/heads/master'
295+
if: github.repository == 'typescript-eslint/typescript-eslint' && github.ref == 'refs/heads/master'
296296
steps:
297297
- uses: actions/checkout@v2
298298
# Fetch all history for all tags and branches in this job because lerna needs it

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy