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

fix: fix CI concurrency#9088

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

Merged
matifali merged 3 commits intomainfromfix-ci-concurency
Aug 14, 2023
Merged

fix: fix CI concurrency#9088

matifali merged 3 commits intomainfromfix-ci-concurency
Aug 14, 2023

Conversation

matifali
Copy link
Member

This fixes concurrency issues which was inadvertently introduced in#9017

Copy link

@cdr-botcdr-botbot left a comment

Choose a reason for hiding this comment

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

This PR is a hotfix and has been automatically approved.

  • ✅ Base is main
  • ✅ Has hotfix label
  • ✅ Head is from coder/coder
  • ✅ Less than 100 lines

@matifalimatifali changed the titlefix: fix concurrency in ci.yamlfix: fix CI concurrencyAug 14, 2023
@@ -20,7 +20,7 @@ permissions:
# additional changes
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
cancel-in-progress: ${{ github.event_name == 'push' }}
Copy link
Member

Choose a reason for hiding this comment

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

Will this cancel pushes on themain branch too? I would expect us to want all pushes to be fully tested there.

matifali reacted with thumbs up emoji
Copy link
MemberAuthor

@matifalimatifaliAug 14, 2023
edited
Loading

Choose a reason for hiding this comment

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

Yes you are right. It will also cancel onmain. May be we should revert#9017

Copy link
MemberAuthor

@matifalimatifaliAug 14, 2023
edited
Loading

Choose a reason for hiding this comment

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

@mafredri Or I can update the condition to ignoremain

@matifalimatifali merged commit878315d intomainAug 14, 2023
@matifalimatifali deleted the fix-ci-concurency branchAugust 14, 2023 15:48
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsAug 14, 2023
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@mafredrimafredrimafredri left review comments

@cdr-botcdr-bot[bot]cdr-bot[bot] approved these changes

Assignees

@matifalimatifali

Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@matifali@mafredri

[8]ページ先頭

©2009-2025 Movatter.jp