From 168e4bcf68b4bc860d46b0b6dddb840d7245a296 Mon Sep 17 00:00:00 2001 From: Joshua Liebow-Feeser Date: Wed, 5 Oct 2022 20:56:58 +0000 Subject: [PATCH] [ci.yml] Don't run tests on push We require that all commits to the `main` branch go via pull requests, and that pull requests can only be merged once all tests pass. Thus, there's no need to run tests whenever commits are pushed; it just wastes cycles. --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5d0ee8a9e..04dfe5a203 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,6 @@ name: Build & Tests on: - push: pull_request: env: