From 4ee691312e0eed3661aea184682fc3085e601c61 Mon Sep 17 00:00:00 2001 From: alvicsam Date: Wed, 25 Sep 2024 11:27:58 +0200 Subject: [PATCH 1/2] Add tag trigger to ci --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bb4e40c..88bb7f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,8 @@ on: push: branches: - main + tags: + - v* pull_request: types: [opened, synchronize, reopened, ready_for_review] From 7a9f1e6ffbfabda3eadd8edfa1be6f7a4e6be032 Mon Sep 17 00:00:00 2001 From: alvicsam Date: Wed, 25 Sep 2024 12:12:39 +0200 Subject: [PATCH 2/2] fix timeout --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 88bb7f3..86857e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,7 +88,7 @@ jobs: name: build-linux path: ./artifacts build-macos: - timeout-minutes: 30 + timeout-minutes: 50 runs-on: parity-macos needs: [fmt] steps: