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

Change workflow_call to workflow_dispatch #30

Merged
merged 1 commit into from
Sep 20, 2024
Merged

Change workflow_call to workflow_dispatch #30

merged 1 commit into from
Sep 20, 2024

Conversation

StefMa
Copy link
Collaborator

@StefMa StefMa commented Sep 20, 2024

The intention is to call this job manually.
For this workflow_dispatch should be used.
workflow_call is something different.
_call should be used when we compose different actions and this workflow can be calle by another one.
But this is not what we want/need.

@StefMa StefMa assigned vhontar and elmira-y and unassigned vhontar and elmira-y Sep 20, 2024
Copy link
Collaborator

@vhontar vhontar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice 👏

@StefMa StefMa merged commit 42c233f into main Sep 20, 2024
7 checks passed
@StefMa StefMa deleted the fix-ci-job branch September 20, 2024 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants