Skip to content

Commit 9c24f62

Browse files
committed
Make some updates
1 parent f8ad75c commit 9c24f62

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

.github/actions/push_to_mrt/action.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,6 @@ runs:
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

.github/workflows/sync-more-logins-e2e.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ on:
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:

0 commit comments

Comments
 (0)