Skip to content

Fix evaluation of step conditions #78

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

Merged
merged 1 commit into from
Jun 3, 2022
Merged

Conversation

priteau
Copy link
Member

@priteau priteau commented Jun 3, 2022

Despite specifying the boolean type for inputs, GitHub workflow
variables are actually strings so 'false' evaluates to true. This was
causing the seed container image build to always be executed.

See actions/runner#1483 for more details.

Despite specifying the boolean type for inputs, GitHub workflow
variables are actually strings so 'false' evaluates to true. This was
causing the seed container image build to always be executed.

See actions/runner#1483 for more details.
@priteau priteau self-assigned this Jun 3, 2022
Copy link
Member

@cityofships cityofships left a comment

Choose a reason for hiding this comment

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

Let's consider splitting into two separate workflows

@priteau priteau merged commit 1d3f683 into stackhpc/wallaby Jun 3, 2022
@priteau priteau deleted the workflow-conditions branch June 3, 2022 09:54
@markgoddard
Copy link
Contributor

:( thanks for fixing

@markgoddard
Copy link
Contributor

Let's consider splitting into two separate workflows

What are the pros & cons?

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