You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Workflow is being executed on PR with base branch which contains old version of workflow.
PR branch also contains old version of workflow.
"Workflow file" section in workflow run shows old version of workflow.
Here's an example of workflow run I'm talking about (I've tried to restart it several times): https://github.com/inDriver/inDriverAndroid/actions/runs/12161216979/job/33919532630?pr=25422
However, workflow which is being executed is new one (from dev branch).
I suppose it could be caching issues in runner.
To Reproduce
I don't know how to reproduce it.
Reopening PR fixes the issue.
It happens occasionally once a month when I'm changing workflows.
Expected behavior
Actual version of workflow is ran
Runner Version and Platform
2.321.0
Ubuntu 20.04.6 LTS
What's not working?
Wrong version of workflow is being executed.
Here's screenshot from "Workflow file" section showing which workflow file should be executed in this run.
Here's actual inputs which are passed to the step:
As you can see, path is different. Actual input is from newer version of workflow located in dev branch.
Same issues applies to several other jobs in this workflow run.
Job Log Output
Already described above
Runner and Worker's Diagnostic Logs
I'm currently trying to negotiate possibility of sharing the worker log with our infosec team. Will update issue accordingly.
The text was updated successfully, but these errors were encountered:
Describe the bug
Workflow is being executed on PR with base branch which contains old version of workflow.
PR branch also contains old version of workflow.
"Workflow file" section in workflow run shows old version of workflow.
Here's an example of workflow run I'm talking about (I've tried to restart it several times): https://github.com/inDriver/inDriverAndroid/actions/runs/12161216979/job/33919532630?pr=25422
However, workflow which is being executed is new one (from dev branch).
I suppose it could be caching issues in runner.
To Reproduce
I don't know how to reproduce it.
Reopening PR fixes the issue.
It happens occasionally once a month when I'm changing workflows.
Expected behavior
Actual version of workflow is ran
Runner Version and Platform
2.321.0
Ubuntu 20.04.6 LTS
What's not working?
Wrong version of workflow is being executed.
Here's screenshot from "Workflow file" section showing which workflow file should be executed in this run.
Here's actual inputs which are passed to the step:
As you can see, path is different. Actual input is from newer version of workflow located in dev branch.
Same issues applies to several other jobs in this workflow run.
Job Log Output
Already described above
Runner and Worker's Diagnostic Logs
I'm currently trying to negotiate possibility of sharing the worker log with our infosec team. Will update issue accordingly.
The text was updated successfully, but these errors were encountered: