From 7c95dfb182a16fd76d545ad65fed5b37e2d3714d Mon Sep 17 00:00:00 2001 From: Hyounggyu Choi Date: Fri, 2 Aug 2024 13:53:51 +0200 Subject: [PATCH] Simple condition 2 Signed-off-by: Hyounggyu Choi --- .github/workflows/hchoi_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hchoi_test.yml b/.github/workflows/hchoi_test.yml index 641bd48b3..84749e58d 100644 --- a/.github/workflows/hchoi_test.yml +++ b/.github/workflows/hchoi_test.yml @@ -17,7 +17,7 @@ concurrency: jobs: hchoi_test: - if: github.event.pull_request.merged == false + if: github.event_name != 'push' runs-on: ubuntu-latest steps: - name: Checkout Code