mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-18 00:00:15 +02:00
ci: Remove condition from typos job (#3187)
This commit is contained in:
@@ -242,11 +242,10 @@ jobs:
|
||||
typos:
|
||||
name: Spell Check with Typos
|
||||
runs-on: ubuntu-24.04
|
||||
if: github.event_name == 'push' || !github.event.pull_request.draft
|
||||
|
||||
steps:
|
||||
- name: Checkout Actions Repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Check the spelling of the files in our repo
|
||||
uses: crate-ci/[email protected]8.4
|
||||
uses: crate-ci/[email protected]9.4
|
||||
|
||||
Reference in New Issue
Block a user