Skip to content

Commit

Permalink
Configuring for c-code (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Sep 7, 2022
1 parent f1d7dd5 commit 8af4b4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ jobs:
# Sigh. Note that the matrix must be kept in sync
# with `test`, and `docs` must use a subset.
runs-on: ${{ matrix.os }}
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://github.com/zopefoundation/meta/tree/master/config/c-code
[meta]
template = "c-code"
commit-id = "521ee436c27e2be1a35d3919a3a91e5d08ab676e"
commit-id = "65835cb930ad0c63cd80bb2e74fcd02ccbf0077a"

[python]
with-appveyor = true
Expand Down

0 comments on commit 8af4b4d

Please sign in to comment.