Skip to content

Commit

Permalink
Update regression_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaocq2001 authored Nov 27, 2023
1 parent 4f6a810 commit 06a2654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regression_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
run_tests_with_coverage:
if: ! inputs.skip_coverage
if: ${{ !inputs.skip_coverage }}
permissions:
contents: read
issues: read
Expand Down

0 comments on commit 06a2654

Please sign in to comment.