Skip to content

Commit

Permalink
Skip manylinux pr the same way it is done for the other jobs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Sep 13, 2022
1 parent 714aaca commit 195138a
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
Expand Up @@ -359,6 +359,7 @@ jobs:
manylinux:
runs-on: ubuntu-20.04
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
# We use a regular Python matrix entry to share as much code as possible.
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .meta.toml
Expand Up @@ -2,7 +2,7 @@
# https://github.com/zopefoundation/meta/tree/master/config/c-code
[meta]
template = "c-code"
commit-id = "8098b69c4f646a6a94ba55d18a9655bd9667ae77"
commit-id = "f08caa9441a6fff72a1b75b4e22c84c33d9db583"

[python]
with-appveyor = true
Expand Down

0 comments on commit 195138a

Please sign in to comment.