Skip to content

Commit

Permalink
Add draft check (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
otaliptus authored Mar 14, 2024
1 parent 471ba9b commit c968f7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: <https://stackoverflow.com/a/72408109/5148606>
concurrency:
Expand Down Expand Up @@ -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:
Expand All @@ -186,4 +186,4 @@ jobs:
run: |
cd module-system/module-implementations/sov-evm/src/evm/system_contracts
forge test -vvv
id: test
id: test

0 comments on commit c968f7d

Please sign in to comment.