Skip to content

Commit

Permalink
moving back synthetic tests to 1 hr
Browse files Browse the repository at this point in the history
  • Loading branch information
xoscar committed Apr 26, 2024
1 parent 3465054 commit 68a1ad9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/artillery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Artillery Tests
on:
workflow_dispatch:
schedule:
- cron: '*/15 * * * *' # Run every 20 minutes
- cron: '0 */1 * * *' # every hour

jobs:
artillery:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
# allows the manual trigger
workflow_dispatch:
schedule:
- cron: '*/15 * * * *' # Run every 20 minutes
- cron: '0 */1 * * *' # every hour

jobs:
cypress-run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/k6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: K6 Tests
on:
workflow_dispatch:
schedule:
- cron: '*/15 * * * *' # Run every 20 minutes
- cron: '0 */1 * * *' # every hour

jobs:
docker:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Playwright Tests
on:
workflow_dispatch:
schedule:
- cron: '*/15 * * * *' # Run every 20 minutes
- cron: '0 */1 * * *' # every hour

jobs:
test:
Expand Down

0 comments on commit 68a1ad9

Please sign in to comment.