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

Limit actions runs to 1 per branch and fix macos release #3996

Merged
merged 1 commit into from
Sep 15, 2024

Conversation

jedel1043
Copy link
Member

Fixes the macos release binary action.
Also limits the amount of actions running per PR/protected branch to 1, to avoid running the actions multiple times when pushing multiple times to the same PR/branch.

@jedel1043 jedel1043 added enhancement New feature or request github_actions Pull requests that update Github_actions code Internal Category for changelog labels Sep 12, 2024
@jedel1043 jedel1043 added this to the next-release milestone Sep 12, 2024
@jedel1043 jedel1043 requested a review from a team September 12, 2024 01:43
@jedel1043 jedel1043 force-pushed the fix-release-target branch 2 times, most recently from aa1ffbf to 7bcf537 Compare September 12, 2024 01:57
Copy link

Test262 conformance changes

Test result main count PR count difference
Total 48,494 48,494 0
Passed 43,609 43,609 0
Ignored 1,500 1,500 0
Failed 3,385 3,385 0
Panics 0 0 0
Conformance 89.93% 89.93% 0.00%

Copy link
Member

@raskad raskad left a comment

Choose a reason for hiding this comment

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

Nice change

@raskad raskad requested a review from a team September 12, 2024 18:19
Copy link
Member

@jasonwilliams jasonwilliams left a comment

Choose a reason for hiding this comment

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

LGTM

@jedel1043 jedel1043 added this pull request to the merge queue Sep 15, 2024
Merged via the queue into main with commit 6d8be0a Sep 15, 2024
13 checks passed
@jedel1043 jedel1043 deleted the fix-release-target branch September 15, 2024 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request github_actions Pull requests that update Github_actions code Internal Category for changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants