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

Wrong workflow version is being executed occasionally #3608

Open
IlyaGulya opened this issue Dec 4, 2024 · 0 comments
Open

Wrong workflow version is being executed occasionally #3608

IlyaGulya opened this issue Dec 4, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@IlyaGulya
Copy link

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.
image
Here's actual inputs which are passed to the step:
image
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.

@IlyaGulya IlyaGulya added the bug Something isn't working label Dec 4, 2024
@IlyaGulya IlyaGulya changed the title Occasionally wrong workflow version is being executed Wrong workflow version is being executed occasionally Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant