-
Notifications
You must be signed in to change notification settings - Fork 140
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
feat: skip CI when the PR is in draft #952
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
psturc
force-pushed
the
skip-ci-for-draft-prs
branch
from
April 19, 2024 11:18
3a1075a
to
958af38
Compare
psturc
force-pushed
the
skip-ci-for-draft-prs
branch
from
April 19, 2024 11:32
958af38
to
a899b7e
Compare
psturc
force-pushed
the
skip-ci-for-draft-prs
branch
from
April 19, 2024 11:54
a899b7e
to
39adf50
Compare
/test |
/test |
psturc
force-pushed
the
skip-ci-for-draft-prs
branch
from
April 19, 2024 12:50
12ae0a0
to
89283cd
Compare
psturc
commented
Apr 19, 2024
chmeliik
approved these changes
Apr 19, 2024
/retest |
psturc
force-pushed
the
skip-ci-for-draft-prs
branch
2 times, most recently
from
April 26, 2024 14:19
b09fbb0
to
6a790a8
Compare
psturc
force-pushed
the
skip-ci-for-draft-prs
branch
from
May 13, 2024 08:39
6a790a8
to
8b297c2
Compare
Quality Gate passedIssues Measures |
9 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Why
To reduce the load on the prod cluster, let's skip running CI when the PR is WIP (draft)
Notes
/test
or/retest
even when PR is WIPready_for_review
, after converting a PR to "Ready for review" it's required to add atest
comment (as mentioned above) to trigger CI