Skip to content

Commit

Permalink
Remove the CI schedule
Browse files Browse the repository at this point in the history
This was placed here to keep track of k6 breaking changes. Now that
the xk6-browser codebase has been merged into k6 this isn't needed.
  • Loading branch information
ankur22 committed Dec 16, 2024
1 parent 79e13f3 commit d099ea4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
branches:
- main
pull_request:
schedule:
# At 06:00 AM UTC from Monday through Friday
- cron: '0 6 * * 1-5'

defaults:
run:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/sync_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
branches:
- main
pull_request:
schedule:
# At 06:00 AM UTC from Monday through Friday
- cron: '0 6 * * 1-5'

defaults:
run:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
branches:
- main
pull_request:
schedule:
# At 06:00 AM UTC from Monday through Friday
- cron: '0 6 * * 1-5'

defaults:
run:
Expand Down

0 comments on commit d099ea4

Please sign in to comment.