Replies: 1 comment
-
Because of internal rework, this error is not applicable anymore to my repository. But the links are still valid and the bug can still persist. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Why are you starting this discussion?
Bug
What GitHub Actions topic or product is this about?
Workflow Configuration
Discussion Details
Hello, I have possibly found a bug in the action/workflow dispatching.
I have a workflow file which includes three jobs. The "linting" and "audit" jobs should only run when the "production" branch is not included, either on base nor head ref. Only the "audit-dev" job should run. (for PR, workflow_dispatch has different rules)
The PR which is currently "producing" this error is: nkaaf/pyds-stubs#18
The workflow file of the PR:
I have set Debug information in the linting output to double check my condition. In the best case the "linting" job should not run, but it runs and fails (like the audit job).
The Action can be found here: https://github.com/nkaaf/pyds-stubs/actions/runs/16823671354/job/47655369482?pr=18
I currently don't see any configuration errors in my workflow file, so it could be a bug in the action dispatch mechanism (?!)
But if i should reconfigure the workflow, please make a suggestion :)
Beta Was this translation helpful? Give feedback.
All reactions