From 67b8e824c5c67415d9ee86a552a39f361376780d Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Fri, 7 Jul 2023 14:21:56 +0200 Subject: [PATCH] ci: remove schedule --- .github/workflows/amd64_linux_bazel.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/amd64_linux_bazel.yml b/.github/workflows/amd64_linux_bazel.yml index 8acf177f75b..b91491dacba 100644 --- a/.github/workflows/amd64_linux_bazel.yml +++ b/.github/workflows/amd64_linux_bazel.yml @@ -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.