From de17cd7ceb93d719e908845a3ce7141874eba391 Mon Sep 17 00:00:00 2001 From: "Lee J. O'Riordan" Date: Fri, 25 Oct 2024 10:13:07 -0400 Subject: [PATCH] Fix WAE steps --- .github/workflows/interface-unit-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/interface-unit-tests.yml b/.github/workflows/interface-unit-tests.yml index 6af6fcc55a4..524e4be341b 100644 --- a/.github/workflows/interface-unit-tests.yml +++ b/.github/workflows/interface-unit-tests.yml @@ -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 {