Skip to content

Commit

Permalink
Merge pull request #2818 from jsiirola/gha-lint-branch
Browse files Browse the repository at this point in the history
GHA: lint test is a prereq only for PR/main builds
  • Loading branch information
michaelbynum authored May 1, 2023
2 parents 5417276 + 8d4e328 commit 21821ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@ jobs:
uses: crate-ci/typos@master
with:
config: ./.github/workflows/typos.toml


build:
name: ${{ matrix.TARGET }}/${{ matrix.python }}${{ matrix.other }}
needs: lint
runs-on: ${{ matrix.os }}
timeout-minutes: 120
strategy:
Expand Down Expand Up @@ -655,7 +656,6 @@ jobs:
bare-python-env:
name: linux/3.8/bare-env
needs: lint
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test_pr_and_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
uses: crate-ci/typos@master
with:
config: ./.github/workflows/typos.toml


build:
name: ${{ matrix.TARGET }}/${{ matrix.python }}${{ matrix.other }}
needs: lint
Expand Down

0 comments on commit 21821ac

Please sign in to comment.