diff options
| author | 2025-11-30 18:42:09 +0100 | |
|---|---|---|
| committer | 2025-11-30 18:42:09 +0100 | |
| commit | 972d390bfe0052bbad2c3ca2dca24ec0a3c3facd (patch) | |
| tree | 14d7c9acb0839f0fdb3ce66bfb6cce7a206fe727 /.github/workflows/cd.yml | |
| parent | 75f9d1cc69872d4b8dbcd13145447ae1c6c2879a (diff) | |
Adding upstream version 2.2.1~dev0+20250824.upstream/2.2.1_dev0+20250824
Signed-off-by: Daniel Baumann <daniel@debian.org>
Diffstat (limited to '.github/workflows/cd.yml')
| -rw-r--r-- | .github/workflows/cd.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 959b654..297d809 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -20,6 +20,7 @@ on: jobs: windows_package: runs-on: windows-2022 + timeout-minutes: 30 if: (github.event_name != 'pull_request' || contains(github.event.pull_request.labels.*.name, 'package')) strategy: matrix: |
