diff --git a/.github/workflows/ci-nightly-performance-testing.yaml b/.github/workflows/ci-nightly-performance-testing.yaml index 0c6280b135..5bcb0647f7 100644 --- a/.github/workflows/ci-nightly-performance-testing.yaml +++ b/.github/workflows/ci-nightly-performance-testing.yaml @@ -7,8 +7,8 @@ on: description: 'The EVM endpoint you want to test.' required: false default: 'http://localhost:9545' - schedule: - - cron: '0 0 * * *' # Runs every day at midnight UTC + # schedule: + # - cron: '0 0 * * *' # Runs every day at midnight UTC jobs: nightly_evm_api_performance_test: @@ -138,4 +138,4 @@ jobs: status: ${{ job.status }} fields: repo,message,commit,author,action,eventName,ref,workflow,job,took env: - SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_CI_ALERTS }} \ No newline at end of file + SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_CI_ALERTS }}