Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Don't duplicate CI on merge to main#161

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed
dstansby wants to merge1 commit intomatplotlib:mainfromdstansby:dedup-ci

Conversation

dstansby
Copy link
Member

@dstansbydstansby commentedJun 12, 2023
edited
Loading

Currently it looks like CI is run on both push to main, and merge_group via the merge queue. This PR removes that duplication by not running CI on push to main.

Possibly related to#155??

@dstansbydstansby marked this pull request as ready for reviewJune 12, 2023 16:15
@@ -2,8 +2,6 @@ name: tests

on:
push:
branches:
- main
Copy link
Collaborator

Choose a reason for hiding this comment

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

I claim this will make it even harder to solve#155 because then there'll beno builds reporting the coverage frommain. It's good from a 🌱 perspective though. No need to duplicate server work.

Happy to approve as an experiment, but I'm still betting on myif: ${{ !contains(github.ref, 'gh-readonly-queue/') }} as more likely to solve. (Unfortunately, any play tests have to go ontomain, by construction.)

Copy link
MemberAuthor

Choose a reason for hiding this comment

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

Ah, that's a good point. Lets hold off on merging this, and I'll dive into the codecov docs to see what they recommend re. merge queues?

@dstansbydstansby marked this pull request as draftJune 13, 2023 08:44
@dstansby
Copy link
MemberAuthor

Replaced by#170

@dstansbydstansby deleted the dedup-ci branchJune 15, 2023 09:38
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@samcunliffesamcunliffesamcunliffe approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@dstansby@samcunliffe

[8]ページ先頭

©2009-2025 Movatter.jp