From db8c8cec9fe17c7bda386b360cafd1e85f80e9b6 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sun, 12 Sep 2021 23:40:28 +0200 Subject: [PATCH] Update ci-testing.yml (#4772) --- .github/workflows/ci-testing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-testing.yml b/.github/workflows/ci-testing.yml index 3272c0316113..71f39c16c4ed 100644 --- a/.github/workflows/ci-testing.yml +++ b/.github/workflows/ci-testing.yml @@ -4,10 +4,10 @@ name: CI CPU testing on: # https://help.github.com/en/actions/reference/events-that-trigger-workflows push: - branches: [master, develop] + branches: [master] pull_request: # The branches below must be a subset of the branches above - branches: [master, develop] + branches: [master] schedule: - cron: '0 0 * * *' # Runs at 00:00 UTC every day