Skip to content

Commit

Permalink
Merge pull request #953 from AloeareV/nodraftactions
Browse files Browse the repository at this point in the history
Nodraftactions
  • Loading branch information
fluidvanadium authored Apr 17, 2024
2 parents 31c067a + 5650e0b commit ec75f19
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cargo-checkmate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ jobs:
cache-checkmate:
name: Cache checkmate
runs-on: ubuntu-22.04
if: github.event.pull_request.draft == false
steps:
- uses: taiki-e/cache-cargo-install-action@v1
with:
Expand All @@ -18,6 +19,7 @@ jobs:
phase: [build, check, clippy, doc, format]
needs: cache-checkmate
runs-on: ubuntu-22.04
if: github.event.pull_request.draft == false
env:
RUSTFLAGS: -D warnings
steps:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: CI

on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
push:
branches: [stable, dev]
workflow_dispatch:
Expand All @@ -13,6 +14,7 @@ jobs:
reject-trailing-whitespace:
name: Reject trailing whitespace
runs-on: ubuntu-22.04
if: github.event.pull_request.draft == false
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand All @@ -23,6 +25,7 @@ jobs:
run-doc-tests:
name: Run doc tests
runs-on: ubuntu-22.04
if: github.event.pull_request.draft == false
env:
RUSTFLAGS: -D warnings
steps:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
build-test-artifacts:
name: Build test artifacts
runs-on: ubuntu-22.04
if: github.event.pull_request.draft == false
env:
RUSTFLAGS: -D warnings
steps:
Expand Down Expand Up @@ -45,6 +46,7 @@ jobs:
run-tests:
name: Run tests
runs-on: ubuntu-22.04
if: github.event.pull_request.draft == false
needs: build-test-artifacts
env:
RUSTFLAGS: -D warnings
Expand Down

0 comments on commit ec75f19

Please sign in to comment.