[CI] Temp disable flakefinder as we it's generating too many GHA minutes (#7548)

Temp disable flakefinder as we it's generating too many GHA minutes
This commit is contained in:
John Hill 2024-03-04 18:32:12 -08:00 committed by GitHub
parent 39ab81c3d0
commit 5d00d642f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,15 +1,15 @@
name: 'pr:e2e:flakefinder'
on:
push:
branches: master
# push:
# branches: master
workflow_dispatch:
pull_request:
types:
- labeled
- opened
schedule:
- cron: '0 0 * * *'
# pull_request:
# types:
# - labeled
# - opened
# schedule:
# - cron: '0 0 * * *'
jobs:
e2e-flakefinder: