From 9a6a06565c55daa538b011d3809f40f80cf5e665 Mon Sep 17 00:00:00 2001 From: Bekzod Mirahmedov Date: Sun, 3 Mar 2024 20:26:27 +0500 Subject: [PATCH] make ci runs conditional --no-ci --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f1d4ca..0ff8686 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,6 +3,7 @@ name: Lint and Tests on: [push, pull_request] jobs: + if: "!contains(github.event.head_commit.message, '--no-ci')" lint: name: Run Linter runs-on: ubuntu-latest