Skip to content

Commit fb81711

Browse files
committed
Disable some steps that are not needed
1 parent 20c0a85 commit fb81711

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/performance-metrics.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
schedule:
66
# Run every day at 12am (PST) - cron uses UTC times.
77
# Runs on the default branch.
8-
- cron: '0 8 * * *'
8+
# - cron: '0 8 * * *'
99

1010
jobs:
1111
run-performance-metrics:
@@ -61,8 +61,9 @@ jobs:
6161
- name: Set Retail App Private Client Home
6262
run: export RETAIL_APP_HOME=https://scaffold-pwa-e2e-pwa-kit-private.mobify-storefront.com/
6363

64-
- name: Run Performance Metrics
65-
run: npm run test:performance-metrics # TODO: Replace with whatever command is used for performance metrics.
64+
# TODO: This step is not needed. We don't need to worry about calling it from the workflow. What we need to worry about is the build and deploy to MRT.
65+
# - name: Run Performance Metrics
66+
# run: npm run test:performance-metrics # TODO: Replace with whatever command is used for performance metrics.
6667

6768
# Optionally send Slack notifications for performance metrics.
6869
notify-slack-performance-metrics:

0 commit comments

Comments
 (0)