Skip to content

Commit

Permalink
Tweak filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
moraygrieve committed Dec 12, 2024
1 parent e16eb77 commit bbab7ce
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/stress_load_sepolia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: '[stress] Run sepolia load tests'
run-name: Run sepolia-testnet load tests
on:
schedule:
- cron: '20 */12 * * *'
- cron: '20 */6 * * *'
workflow_dispatch:

jobs:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

[![License: AGPL v3](https://img.shields.io/badge/License-AGPL_v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)
![Python](https://img.shields.io/badge/python-3.9-blue.svg)
[![Execute local tests](https://github.com/ten-protocol/ten-test/actions/workflows/execute_run_local_tests.yml/badge.svg)](https://github.com/ten-protocol/ten-test/actions/workflows/run_local_tests.yml)
[![Execute merge tests](https://github.com/ten-protocol/ten-test/actions/workflows/execute_run_merge_tests.yml/badge.svg)](https://github.com/ten-protocol/ten-test/actions/workflows/run_merge_tests.yml)
[![Execute local tests](https://github.com/ten-protocol/ten-test/actions/workflows/execute_local_tests.yml/badge.svg)](https://github.com/ten-protocol/ten-test/actions/workflows/run_local_tests.yml)
[![Execute merge tests](https://github.com/ten-protocol/ten-test/actions/workflows/execute_merge_tests.yml/badge.svg)](https://github.com/ten-protocol/ten-test/actions/workflows/run_merge_tests.yml)


Project repo for running end to end system tests against a variety of networks, with [Ten](https://obscu.ro/) being
Expand Down

0 comments on commit bbab7ce

Please sign in to comment.