From 8af4b4d583ce9de48aeade82b6bf64121d489f76 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Wed, 7 Sep 2022 09:23:31 +0200 Subject: [PATCH] Configuring for c-code (#54) --- .github/workflows/tests.yml | 1 + .meta.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9d8c6e9..c1a1000 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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: diff --git a/.meta.toml b/.meta.toml index 8ea65c1..3675325 100644 --- a/.meta.toml +++ b/.meta.toml @@ -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