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

[PLATFORM-1366]: Add alls-green check to veil #78

Merged
merged 4 commits into from
Nov 27, 2023

Conversation

cottinisimone
Copy link
Contributor

@cottinisimone cottinisimone requested a review from a team as a code owner November 24, 2023 13:45
- lint
- test
steps:
- run: ${{ !contains(needs.*.result, 'failure') }}
Copy link
Member

Choose a reason for hiding this comment

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

It would be fine to use alls-green(the action) here, since we use github's actions runners, so the action can just default to using a python installation from the host, without pulling a docker image, but I don't think we need any of it's more advanced features, so I prefer this

@cottinisimone cottinisimone merged commit 60393cc into master Nov 27, 2023
7 checks passed
@cottinisimone cottinisimone deleted the PLATFORM-1366/task/add-alls-green-check-to-veil branch November 27, 2023 09:14
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.

2 participants