From 769e8440f5d74c6e21895c5c968e743f6788ff0d Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Fri, 5 Feb 2021 12:06:49 +0100 Subject: [PATCH] CI: skip Particle job for Pull Requests --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef61c223..5b712be9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -186,6 +186,7 @@ jobs: name: Particle needs: gcc runs-on: ubuntu-latest + if: github.event_name == 'push' strategy: fail-fast: false matrix: