File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ concurrency:
2424 cancel-in-progress : ${{ inputs.runNightly != 'true' }}
2525env :
2626 MOCHA_OPTIONS : ${{ github.ref == 'refs/heads/master' && '--retries 1' || '' }}
27+ RUN_NIGHTLY : ${{ inputs.runNightly }}
2728
2829jobs :
2930 tracing-macos :
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ concurrency:
2525
2626env :
2727 MOCHA_OPTIONS : ${{ github.ref == 'refs/heads/master' && '--retries 1' || '' }}
28+ RUN_NIGHTLY : ${{ inputs.runNightly }}
2829
2930jobs :
3031 sdk :
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ concurrency:
2424 cancel-in-progress : ${{ inputs.runNightly != 'true' }}
2525env :
2626 MOCHA_OPTIONS : ${{ github.ref == 'refs/heads/master' && '--retries 1' || '' }}
27+ RUN_NIGHTLY : ${{ inputs.runNightly }}
2728
2829# TODO: upstream jobs
2930
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ concurrency:
2525
2626env :
2727 MOCHA_OPTIONS : ${{ github.ref == 'refs/heads/master' && '--retries 1' || '' }}
28+ RUN_NIGHTLY : ${{ inputs.runNightly }}
2829
2930jobs :
3031 lambda :
You can’t perform that action at this time.
0 commit comments