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

[BUG] Release Workflow doesn't Trigger Publish Workflow #938

Open
devstein opened this issue Nov 13, 2024 · 1 comment
Open

[BUG] Release Workflow doesn't Trigger Publish Workflow #938

devstein opened this issue Nov 13, 2024 · 1 comment
Labels
kind:bug An unexpected error or issue with sparkmagic

Comments

@devstein
Copy link
Collaborator

Describe the bug

https://github.com/jupyter-incubator/sparkmagic/blob/master/.github/workflows/release.yml doesn't trigger https://github.com/jupyter-incubator/sparkmagic/blob/master/.github/workflows/publish.yml

Additional context

I assume this is because the event is ignore from the GH actions actor

@dosubot dosubot bot added the kind:bug An unexpected error or issue with sparkmagic label Nov 13, 2024
Copy link

dosubot bot commented Nov 18, 2024

The 'release.yml' workflow is set to trigger the 'publish.yml' workflow on the release event with the type released [1]. However, if the 'publish.yml' workflow is not being triggered, it could be due to an 'if' condition in the 'publish.yml' workflow. The 'build' job in 'publish.yml' has an 'if' condition that requires the conclusion of the 'workflow_run' event to be 'success' for it to run:

if: ${{ github.event.workflow_run.conclusion == 'success' }}

If this condition is not met, the 'build' job will not execute [1]. Additionally, there might be other conditions or filters not specified in the available information that could prevent the triggering.

To continue talking to Dosu, mention @dosu.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:bug An unexpected error or issue with sparkmagic
Projects
None yet
Development

No branches or pull requests

1 participant