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

Remove invalid Actions workflow path directives #8705

Merged
merged 1 commit into from
Jan 6, 2025
Merged

Conversation

chosak
Copy link
Member

@chosak chosak commented Jan 6, 2025

The backend.yml and filter-backend.yml GitHub Actions workflow files currently contain invalid path directives. The paths and paths-ignore directives only apply to the pull_request action, not the merge_group or workflow_dispatch actions.

See docs at:

The backend.yml and filter-backend.yml GitHub Actions workflow files
currently contain invalid path directives. The paths and paths-ignore
directives only apply to the pull_request action, not the merge_group
or workflow_dispatch actions.

See docs at:

https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#merge_group
https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#onworkflow_dispatch
@chosak chosak requested a review from a team January 6, 2025 15:11
@chosak chosak added this pull request to the merge queue Jan 6, 2025
Merged via the queue into main with commit 0dc2e56 Jan 6, 2025
11 checks passed
@chosak chosak deleted the fix/workflow-files branch January 6, 2025 16:08
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