From 4e47c7ea8d1f152d1c9bf929a973da26a5a12242 Mon Sep 17 00:00:00 2001 From: Luni-4 Date: Fri, 4 Oct 2019 12:20:40 +0200 Subject: [PATCH] Disable the clippy-action for pull requests --- .github/workflows/cpal.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cpal.yml b/.github/workflows/cpal.yml index 41dd9bd..c7c8fa5 100644 --- a/.github/workflows/cpal.yml +++ b/.github/workflows/cpal.yml @@ -5,6 +5,8 @@ on: [push, pull_request] jobs: clippy-test: + if: github.event_name == 'push' + runs-on: ubuntu-latest steps: