Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
config TEST-MULTI to run on PUSH temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
derekk-nm committed Jun 14, 2024
1 parent 1055105 commit de33059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nm-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
# TODO: re-enable
TEST-MULTI:
needs: [BUILD]
if: success() && contains(fromJSON('["NIGHTLY", "WEEKLY", "RELEASE"]'), inputs.wf_category)
if: success() # && contains(fromJSON('["NIGHTLY", "WEEKLY", "RELEASE"]'), inputs.wf_category)
uses: ./.github/workflows/nm-test.yml
with:
test_label: ${{ inputs.test_label_multi }}
Expand Down

0 comments on commit de33059

Please sign in to comment.