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

Trigger GitHub CI with a comment on PR #35211

Merged
merged 7 commits into from
Dec 18, 2024
Merged

Trigger GitHub CI with a comment on PR #35211

merged 7 commits into from
Dec 18, 2024

Conversation

ydshieh
Copy link
Collaborator

@ydshieh ydshieh commented Dec 11, 2024

What does this PR do?

@ydshieh ydshieh requested a review from ArthurZucker December 11, 2024 15:39
@HuggingFaceDocBuilderDev

The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.

Copy link
Collaborator

@ArthurZucker ArthurZucker left a comment

Choose a reason for hiding this comment

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

Huge work! Let's add this to our internal notion as well ! 🤗

- main
concurrency:
group: ${{ github.workflow }}-${{ github.event.issue.number }}-${{ startsWith(github.event.comment.body, 'run-slow') }}
cancel-in-progress: true
Copy link
Collaborator

Choose a reason for hiding this comment

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

does it only cancel for the PR?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

it will ONLY cancel the one triggered by the same PR (or issue). The runs triggered by other PR/issue won't be canceled.

  • (If it is an issue, it won't run any actual job: we restrict this below)

@ydshieh ydshieh merged commit f1b7634 into main Dec 18, 2024
11 checks passed
@ydshieh ydshieh deleted the comment_ci branch December 18, 2024 12:56
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.

3 participants