Skip to content

Commit

Permalink
ci: make nox a reusable workflow
Browse files Browse the repository at this point in the history
Suggested-by: Sviatoslav Sydorenko <[email protected]>
  • Loading branch information
gotmax23 committed Aug 9, 2023
1 parent 87ac41f commit def1d1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,5 @@ jobs:
- name: Run rstcheck Sanity
run: |
python tests/sanity.py rstcheck
nox:
uses: ./.github/workflows/nox.yml
6 changes: 1 addition & 5 deletions .github/workflows/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 def1d1f

Please sign in to comment.