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

Ignore GitHub Actions for non-relevant files #3121

Merged
merged 1 commit into from
Nov 22, 2024

Conversation

idelpivnitskiy
Copy link
Member

Motivation:

Currently, GitHub Actions workflows run on every change in the PR, even if it's known the file won't affect the output.

Modifications:

  • For each workflow, ignore files that won't affect its result.

Result:

Less workflows to run for small PRs.

Motivation:

Currently, GitHub Actions workflows run on every change in the PR, even
if it's known the file won't affect the output.

Modifications:
- For each workflow, ignore files that won't affect its result.

Result:

Less workflows to run for small PRs.
@idelpivnitskiy idelpivnitskiy self-assigned this Nov 21, 2024
Copy link
Member

@Scottmitch Scottmitch left a comment

Choose a reason for hiding this comment

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

if changes don't take effect until after merge, lets merge

@idelpivnitskiy idelpivnitskiy merged commit b63aff5 into apple:main Nov 22, 2024
10 of 11 checks passed
@idelpivnitskiy idelpivnitskiy deleted the ignore branch November 22, 2024 18:18
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