From 641c42141ebfd58a5c14716bec6e10b0588ad95f Mon Sep 17 00:00:00 2001 From: Anton Novojilov Date: Wed, 26 Jun 2024 18:02:36 +0300 Subject: [PATCH] Improve CI workflows --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2461913..6760f005 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -150,7 +150,7 @@ jobs: steps: - name: Check event type run: | - if [[ "${{github.event_name}}" != "pull_request" ]] ; then + if [[ "$GITHUB_EVENT_NAME" != "pull_request" ]] ; then echo "::notice::Event type is not 'pull_request', all job actions will be skipped" fi