There was an error while loading. Please reload this page.
2 parents deb509a + 6115d3c commit 7d550b5Copy full SHA for 7d550b5
1 file changed
.github/workflows/prod-test-cron.yml
@@ -15,12 +15,14 @@ concurrency:
15
cancel-in-progress: false
16
17
jobs:
18
- e2e-validation:
19
- uses: ./.github/workflows/e2e-validation.yml
20
- with:
21
- environment: production
22
- test_dir: cypress/e2e
23
- secrets: inherit
+ # Disabled 2025-10-20. AWS outage affecting auth flow.
+ #
+ # e2e-validation:
+ # uses: ./.github/workflows/e2e-validation.yml
+ # with:
+ # environment: production
24
+ # test_dir: cypress/e2e
25
+ # secrets: inherit
26
api-test:
27
uses: ./.github/workflows/run-api-test.yml
28
with:
0 commit comments