Skip to content

Commit

Permalink
make ci ignore draft PRs, use latest foundry version
Browse files Browse the repository at this point in the history
  • Loading branch information
dcbuild3r committed Aug 24, 2023
1 parent 9b1a062 commit 8aa74ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ name: Unit Tests

jobs:
tests:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest

steps:
Expand All @@ -17,8 +18,6 @@ jobs:

- name: Install Foundry
uses: onbjerg/foundry-toolchain@v1
with:
version: nightly-e15e33a07c0920189fc336391f538c3dad53da73

- uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit 8aa74ca

Please sign in to comment.