We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd3b3d6 commit 4d98347Copy full SHA for 4d98347
1 file changed
.github/workflows/int-test.yaml
@@ -378,7 +378,7 @@ jobs:
378
# always() to ensure this runs even when system-test does not.
379
dm-system-test:
380
needs: system-test
381
- # if: ${{ always() && ( github.event_name == 'schedule' || inputs.runDMSystemTest == true ) }}
+ if: ${{ always() && ( github.event_name == 'schedule' || inputs.runDMSystemTest == true ) }}
382
runs-on: ${{ inputs.system || 'htx-1' }}
383
steps:
384
- name: Checkout
0 commit comments