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

Skip Excessive Actions Runs #1586

Merged
merged 5 commits into from
Jun 14, 2024
Merged

Skip Excessive Actions Runs #1586

merged 5 commits into from
Jun 14, 2024

Conversation

samchungy
Copy link
Contributor

@samchungy samchungy commented Jun 14, 2024

Disable extra runs from occurring whenever we push to the repo.

On a fork:

This works for Pull Requests raised and pushes to the fork

image

On a branch within the repo

image

Copy link

changeset-bot bot commented Jun 14, 2024

🦋 Changeset detected

Latest commit: 36a611d

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@samchungy samchungy marked this pull request as ready for review June 14, 2024 04:29
@samchungy samchungy requested a review from a team as a code owner June 14, 2024 04:29
Copy link
Member

@72636c 72636c left a comment

Choose a reason for hiding this comment

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

🥲 thanks!

Should we update the template too:

name: Validate
on:
- pull_request
- push
permissions: {}
jobs:
validate:
name: Lint & Test
permissions:
checks: write
runs-on: ubuntu-latest
timeout-minutes: 20
steps:

@samchungy samchungy changed the title Disable Excessive Actions Runs Skip Excessive Actions Runs Jun 14, 2024
@samchungy samchungy merged commit 911c8d6 into main Jun 14, 2024
15 checks passed
@samchungy samchungy deleted the disable-extra-runs branch June 14, 2024 05:56
@seek-oss-ci seek-oss-ci mentioned this pull request Jun 14, 2024
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.

2 participants