Skip to content

Commit

Permalink
Skip deny and sys_tx_keccak if draft (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
rakanalh authored Apr 30, 2024
1 parent 60ddff5 commit f28eda7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ jobs:
deny:
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
- uses: actions/checkout@v4
- name: Run cargo-deny
Expand Down Expand Up @@ -184,6 +185,7 @@ jobs:
sys_tx_keccak:
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
Expand Down

0 comments on commit f28eda7

Please sign in to comment.