Skip to content

Commit

Permalink
removing cron jobs for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xoscar committed Apr 23, 2024
1 parent 20a0530 commit dbc09c9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/artillery.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Artillery Tests
on:
workflow_dispatch:
schedule:
- cron: '0 */1 * * *' # every hour
# schedule:
# - cron: '0 */1 * * *' # every hour

jobs:
artillery:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
# allows the manual trigger
workflow_dispatch:

schedule:
- cron: '0 */1 * * *' # every hour
# schedule:
# - cron: '0 */1 * * *' # every hour

jobs:
cypress-run:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/k6.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: K6 Tests
on:
workflow_dispatch:
schedule:
- cron: '0 */1 * * *' # every hour
# schedule:
# - cron: '0 */1 * * *' # every hour

jobs:
docker:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Playwright Tests
on:
workflow_dispatch:
schedule:
- cron: "0 */1 * * *" # every hour
# schedule:
# - cron: "0 */1 * * *" # every hour

jobs:
test:
Expand Down

0 comments on commit dbc09c9

Please sign in to comment.