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

feat: manually trigger a workflow #178

Merged
merged 3 commits into from
Jul 5, 2024

Conversation

tdejager
Copy link
Contributor

@tdejager tdejager commented Jul 5, 2024

Closes: #141

@tdejager tdejager requested a review from nichmor July 5, 2024 12:46
name: ${{ matrix.recipe_name }}-${{ matrix.os }}
if: fromJson(needs.generate-recipes.outputs.recipe)[0] != null
if: needs.generate-recipes.result == 'success' || needs.handle-workflow-dispatch.result == 'success'
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think you still need this thing fromJson(needs.generate-recipes.outputs.recipe)[0] != null otherwise it will fail because input is empty

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated it

@tdejager tdejager merged commit 19845da into prefix-dev:main Jul 5, 2024
9 of 10 checks passed
@tdejager tdejager deleted the feat/manually-trigger-workflow branch July 5, 2024 14:30
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.

Add reusable workflow
2 participants