From 6bc014df4cc6f86fba4d873350fa185241df53d6 Mon Sep 17 00:00:00 2001 From: "blacksmith-sh[bot]" <157653362+blacksmith-sh[bot]@users.noreply.github.com> Date: Sun, 22 Mar 2026 14:35:33 +0000 Subject: [PATCH] Migrate workflows to Blacksmith --- .github/workflows/tests-e2e.yml | 2 +- .github/workflows/tests.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/tests-e2e.yml b/.github/workflows/tests-e2e.yml index 9011150f..dcc6985a 100644 --- a/.github/workflows/tests-e2e.yml +++ b/.github/workflows/tests-e2e.yml @@ -18,7 +18,7 @@ concurrency: jobs: playwright: name: Playwright - runs-on: ubuntu-latest + runs-on: blacksmith-4vcpu-ubuntu-2404 if: ${{ github.repository == 'nk-crew/ghostkit' || github.event_name == 'pull_request' }} strategy: fail-fast: false diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 79ac5dc1..13e76baf 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,7 +18,7 @@ concurrency: jobs: compute-previous-wordpress-version: name: Compute previous WordPress version - runs-on: ubuntu-latest + runs-on: blacksmith-4vcpu-ubuntu-2404 outputs: previous-wordpress-version: ${{ steps.get-previous-wordpress-version.outputs.previous-wordpress-version }} @@ -44,7 +44,7 @@ jobs: test-php: name: PHP ${{ matrix.php }}${{ matrix.wordpress != '' && format( ' (WP {0}) ', matrix.wordpress ) || '' }} on ubuntu-latest needs: compute-previous-wordpress-version - runs-on: ubuntu-latest + runs-on: blacksmith-4vcpu-ubuntu-2404 timeout-minutes: 20 if: ${{ github.repository == 'nk-crew/ghostkit' || github.event_name == 'pull_request' }} strategy: @@ -159,7 +159,7 @@ jobs: lint: name: Lint JS + CSS - runs-on: ubuntu-latest + runs-on: blacksmith-4vcpu-ubuntu-2404 timeout-minutes: 20 if: ${{ github.repository == 'nk-crew/ghostkit' || github.event_name == 'pull_request' }} @@ -177,7 +177,7 @@ jobs: phpcs: name: PHP coding standards - runs-on: ubuntu-latest + runs-on: blacksmith-4vcpu-ubuntu-2404 timeout-minutes: 20 if: ${{ github.repository == 'nk-crew/ghostkit' || github.event_name == 'pull_request' }}