Skip to content

Commit

Permalink
Fix WAE steps
Browse files Browse the repository at this point in the history
  • Loading branch information
mlxd committed Oct 25, 2024
1 parent 1483844 commit de17cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/interface-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Set fail-fast for WAE
id: mat_fail_fast
run: |
if [ "${{ inputs.python_warning_level }}" == "true" ];
if [ "${{ contains(inputs.python_warning_level, "default") }}" ];
then
cat >python_warning_level.json <<-EOF
{
Expand Down

0 comments on commit de17cd7

Please sign in to comment.