Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcl committed Dec 3, 2024
1 parent dbb132e commit 712a893
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/flakeguard-nightly.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Flakeguard Nightly

on:
push:
schedule:
# Run every night at 3:00 AM UTC
- cron: '0 3 * * *'
Expand All @@ -16,7 +15,7 @@ jobs:
baseRef: 'origin/develop'
projectPath: '.'
maxPassRatio: '1.0'
runAllTests: 'true'
runAllTests: true
extraArgs: '{ "skipped_tests": "TestChainComponents", "test_repeat_count": "5", "all_tests_runner": "ubuntu22.04-32cores-128GB", "all_tests_runner_count": "3", "run_with_race": "false" }'
secrets:
SLACK_BOT_TOKEN: ${{ secrets.QA_SLACK_API_KEY }}

0 comments on commit 712a893

Please sign in to comment.