Skip to content

Commit

Permalink
chore: Updating test frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
xoscar committed Jun 26, 2024
1 parent f01af23 commit 9dc1901
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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: '0 */1 * * *' # every hour
- cron: '0 */2 * * *' # every 2 hours

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: '0 */1 * * *' # every hour
- cron: '0 */2 * * *' # every 2 hours

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: '0 */1 * * *' # every hour
- cron: '0 */2 * * *' # every two hours

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

jobs:
test:
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: '0 */1 * * *' # every hour
- cron: '0 */2 * * *' # every 2 hours

jobs:
test:
Expand Down

0 comments on commit 9dc1901

Please sign in to comment.