File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed
Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 1818 steps :
1919 - name : Push Bundle to MRT
2020 run : |-
21- echo "Pushing to MRT"
22- echo "CWD: ${{ inputs.CWD }}"
23- echo "TARGET: ${{ inputs.TARGET }}"
24- echo "PROJECT: ${{ inputs.PROJECT }}"
25- echo "MESSAGE: ${{ inputs.MESSAGE }}"
26- echo "FLAGS: ${{ inputs.FLAGS }}"
27- cd ${{ inputs.CWD }}
2821 if [[ ${{ inputs.TARGET }} ]]; then
2922 npm run push -- -s ${{ inputs.PROJECT }} --message "${{ inputs.MESSAGE }}" --target ${{ inputs.TARGET }} ${{ inputs.FLAGS }}
3023 fi
Original file line number Diff line number Diff line change 55 push :
66 branches :
77 - develop
8- - W-18685522-reset-and-passwordless-integration-test # TODO: remove this branch after testing
9- # Run daily at 2 AM UTC to catch any missed syncs
8+ # Run daily at 11 PM PST (7 AM UTC) to catch any missed syncs
109 schedule :
11- - cron : ' 0 2 * * *'
10+ - cron : ' 0 7 * * *'
1211 # Allow manual triggering with options
1312 workflow_dispatch :
1413 inputs :
You can’t perform that action at this time.
0 commit comments