Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix nightly test always get cancelled issue (sonic-net#13981)
The nightly test pipeline always get cancelled regardless the checking of ${{ parameters.TEST_PLAN_TYPE }}. This change updated the code to explicity assign the parameter to a variable. Then compare variable with expected value. Also added a echo for debugging purpose. Signed-off-by: Xin Wang <[email protected]>
- Loading branch information