Run benchmarks every 12 hours

This commit is contained in:
Fedor Indutny 2024-03-07 06:49:25 -08:00 committed by GitHub
parent df50085d8c
commit 07e2fb7f60
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,11 +9,13 @@ on:
- main
- '[0-9]+.[0-9]+.x'
pull_request:
schedule:
- cron: '0 */12 * * *'
jobs:
linux:
runs-on: ubuntu-latest-8-cores
if: ${{ github.repository == 'signalapp/Signal-Desktop-Private' }}
if: ${{ github.repository == 'signalapp/Signal-Desktop-Private' && (!github.event.schedule || github.ref == 'refs/heads/main') }}
timeout-minutes: 30
steps: