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

[ci] prevent deploy ci from running #33

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

cocoa-xu
Copy link
Contributor

This PR moved the if-clause to job-level so that GitHub Action can avoid to run the deploy job completely in a PR, which should save some time and resources.

Before this PR, a separate runner will be allocated to run the deploy job in a PR, and then skip the deploy step. Now it should simply skip the whole thing when someone creates a PR.

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.

1 participant