Skip to content

Commit

Permalink
ci: make nox a reusable workflow
Browse files Browse the repository at this point in the history
Co-authored-by: Sviatoslav Sydorenko <[email protected]>
  • Loading branch information
gotmax23 and webknjaz committed Aug 10, 2023
1 parent d6de295 commit b84d29b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,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 b84d29b

Please sign in to comment.