Skip to content

Commit

Permalink
add ready_for_review trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
grtlr committed Feb 1, 2023
1 parent 6d210b1 commit e9d4f04
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 74 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -13,6 +13,11 @@ on:
- "**.md"
- "documentation/**"
- "docker/**"
types:
- opened
- reopened
- synchronize
- ready_for_review

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand All @@ -34,10 +39,12 @@ jobs:
with: { os: ubuntu-latest, rust: nightly }

clippy:
if: ${{ !github.event.pull_request.draft }}
uses: ./.github/workflows/_clippy.yml
with: { os: ubuntu-latest, rust: stable }

check-toml:
if: ${{ !github.event.pull_request.draft }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -57,6 +64,7 @@ jobs:
command: ci-toml

docs:
if: ${{ !github.event.pull_request.draft }}
runs-on: ubuntu-latest
env:
RUSTDOCFLAGS: "-D warnings"
Expand Down
74 changes: 0 additions & 74 deletions .github/workflows/ready.yml

This file was deleted.

0 comments on commit e9d4f04

Please sign in to comment.