From 663b7ed60eccb826388181d2996252b0d8e6dc73 Mon Sep 17 00:00:00 2001 From: galargh Date: Wed, 31 Jul 2024 14:04:38 +0100 Subject: [PATCH 1/2] ci: update actions versions --- .github/workflows/v-next-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/v-next-ci.yml b/.github/workflows/v-next-ci.yml index 7af8775c67..2fc42beae5 100644 --- a/.github/workflows/v-next-ci.yml +++ b/.github/workflows/v-next-ci.yml @@ -66,7 +66,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Install pnpm - uses: pnpm/action-setup@v3 + uses: pnpm/action-setup@v4 with: version: 9 - uses: actions/setup-node@v4 @@ -99,7 +99,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Install pnpm - uses: pnpm/action-setup@v3 + uses: pnpm/action-setup@v4 with: version: 9 - uses: actions/setup-node@v4 From d0a047a6fb47072c0849a24f286c79fd1e2311b7 Mon Sep 17 00:00:00 2001 From: galargh Date: Wed, 31 Jul 2024 14:17:43 +0100 Subject: [PATCH 2/2] ci: review workflow triggers --- .github/workflows/v-next-changesets-release.yml | 1 + .github/workflows/v-next-ci.yml | 10 +++++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/v-next-changesets-release.yml b/.github/workflows/v-next-changesets-release.yml index 32d065073a..5620440e76 100644 --- a/.github/workflows/v-next-changesets-release.yml +++ b/.github/workflows/v-next-changesets-release.yml @@ -1,4 +1,5 @@ name: Changesets + on: push: branches: diff --git a/.github/workflows/v-next-ci.yml b/.github/workflows/v-next-ci.yml index 2fc42beae5..f213763fa1 100644 --- a/.github/workflows/v-next-ci.yml +++ b/.github/workflows/v-next-ci.yml @@ -2,11 +2,15 @@ name: vNext CI on: push: - branches: v-next - pull_request: branches: - - "**" + - v-next + paths: + - ".github/workflows/v-next-ci.yml" + - "v-next/**" + - "config-v-next/**" + pull_request: paths: + - ".github/workflows/v-next-ci.yml" - "v-next/**" - "config-v-next/**" workflow_dispatch: