From c968f7d82d70d1641a250a1c6b9193bd37777330 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20Talip=20Akal=C4=B1n?= <56600661+otaliptus@users.noreply.github.com> Date: Thu, 14 Mar 2024 12:34:58 +0300 Subject: [PATCH] Add draft check (#246) --- .github/workflows/checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 9f6a9a336..8091e1274 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -52,7 +52,6 @@ env: RUSTFLAGS: -D warnings FOUNDRY_PROFILE: ci - # Automatically cancels a job if a new commit if pushed to the same PR, branch, or tag. # Source: concurrency: @@ -165,6 +164,7 @@ jobs: name: Foundry project runs-on: ubicloud-standard-2 + if: github.event.pull_request.draft == false steps: - uses: actions/checkout@v4 with: @@ -186,4 +186,4 @@ jobs: run: | cd module-system/module-implementations/sov-evm/src/evm/system_contracts forge test -vvv - id: test \ No newline at end of file + id: test