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

devops: avoid running publish on external contrib #3257

Merged
merged 1 commit into from
Jul 31, 2020

Commits on Jul 31, 2020

  1. devops: avoid running publish on external contrib

    Everytime I sync my fork to upstream, I get failure notifications:
    
    ```
    Run failed for master (3edfb2a)
    Repository: rwoll/playwright
    Workflow: devrelease
    Duration: 10 minutes and 34.0 seconds
    Finished: 2020-07-31 18:30:13 UTC
    ```
    
    Since forks should never have the necessary secrets to publish
    the npm and Docker packages, we limit the running of these jobs to avoid
    noisy failures for contributors.
    rwoll committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    726aed5 View commit details
    Browse the repository at this point in the history