Skip to content

Commit

Permalink
ci: make nox a reusable workflow
Browse files Browse the repository at this point in the history
(cherry picked from commit c074d63)

Co-authored-by: Sviatoslav Sydorenko <[email protected]>
  • Loading branch information
gotmax23 and webknjaz committed Aug 27, 2023
1 parent 83a2553 commit 0cca92e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches-ignore:
- 'patchback/**'
- 'pip-compile/**'
pull_request:
workflow_dispatch:

Expand Down Expand Up @@ -55,3 +56,6 @@ jobs:
- name: Run rstcheck Sanity
run: |
python tests/sanity.py rstcheck
nox:
uses: ./.github/workflows/reusable-nox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@
name: nox

"on":
push:
branches-ignore:
- 'patchback/**'
pull_request:
workflow_dispatch:
workflow_call:

jobs:
nox:
Expand Down

0 comments on commit 0cca92e

Please sign in to comment.