Replies: 3 comments
-
|
I looked at the public run you linked. The run was a So your reading of the documented rule is right: when The confusing part is that the pushed file is the workflow file itself. I would test this separately from workflow-definition changes, because workflow-file creation/updates can behave like a special case in Actions. In other words, this reproduction proves “updating the workflow file caused the workflow to run,” but it may not prove that unrelated application files outside I would narrow it down with three commits:
If #1 or #2 triggers the workflow after the workflow file is already present and unchanged, then I would treat that as a likely Actions bug and send those exact run links to Support. If only #3 triggers, then the path filter is working for normal file changes and the odd behavior is tied to modifying Docs:
|
Beta Was this translation helpful? Give feedback.
-
|
I just tried making the exact same commit in a private repo where this happened with an unrelated file and it no longer triggered workflow runs. This is very strange. |
Beta Was this translation helpful? Give feedback.
-
|
I would like to chime in here since we observed somewhat the same bug yesterday: We have one repository with about eight actions. We did a commit and six out of the eight actions, which barely run, triggered. Supposedly it should have only been one action. All actions with only the This might be related to the degraded action / pages performance that was reported the day before yesterday. For one repository the overview page of the repository suddenly showed there was a webpage again we hosted from the repository, which was a long time ago. Speculative: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Bug
💬 Feature/Topic Area
ARC (Actions Runner Controller)
Discussion Details
I have an action with this configuration:
According to the docs (
If you define both branches/branches-ignore and paths/paths-ignore, the workflow will only run when both filters are satisfied) it should trigger only if I push a commit with a change to a file in that path.When I committed this file the workflow triggered. Why??? In fact I experienced workflows triggering when committing files to the main branch that have nothing to do with the paths in the workflows that dot triggered.
I reproduced the issue in this public repo: https://github.com/bcc-code/test-repo/actions/runs/26511986861
I didn't manage to reproduce it when a different file changes though, as my original issue is.
This looks like a bug!
Beta Was this translation helpful? Give feedback.
All reactions