ci: remove schedule

This commit is contained in:
Corentin Le Molgat
2023-07-07 14:21:56 +02:00
parent dcda6523d0
commit 67b8e824c5

View File

@@ -1,12 +1,7 @@
# ref: https://github.com/actions/runner-images
name: amd64 Linux Bazel
on:
push:
pull_request:
schedule:
# min hours day(month) month day(week)
- cron: '0 0 7,22 * *'
on: [push, pull_request]
jobs:
# Building using the github runner environement directly.