From d6e5a328b27b79fe6e9b92cd06a8c91617921936 Mon Sep 17 00:00:00 2001 From: Chris Howlett Date: Wed, 10 Sep 2025 09:24:23 +0100 Subject: [PATCH 1/2] Set build jobs to use ubuntu-latest runners The current runners never get picked up - presumably, fac doesn't have any available. Switch them to ubuntu-latest, like the rest of our repos. At the same time, disable via if: false the jobs that would do deployment steps --- .github/workflows/build-gems.yml | 1 + .github/workflows/build.yml | 2 +- .github/workflows/deploy.yml | 2 ++ .github/workflows/javascript.yml | 2 +- 4 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-gems.yml b/.github/workflows/build-gems.yml index bb98f7c4f..9091780a8 100644 --- a/.github/workflows/build-gems.yml +++ b/.github/workflows/build-gems.yml @@ -38,6 +38,7 @@ permissions: jobs: build: + if: ${{ false }} name: Build ${{ matrix.target }} gem strategy: fail-fast: false diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ecef0960d..cd5820660 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ permissions: jobs: build: name: Build - runs-on: ubicloud-standard-2 + runs-on: ubuntu-latest timeout-minutes: 10 steps: diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 05ee7bf78..038be7d83 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,6 +24,7 @@ concurrency: jobs: # Build job build: + if: ${{ false }} env: GH_TOKEN: ${{ github.token }} @@ -78,6 +79,7 @@ jobs: # Deployment job deploy: + if: ${{ false }} environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }} diff --git a/.github/workflows/javascript.yml b/.github/workflows/javascript.yml index 64a61ece2..25e0de88a 100644 --- a/.github/workflows/javascript.yml +++ b/.github/workflows/javascript.yml @@ -15,7 +15,7 @@ jobs: env: GH_TOKEN: ${{ github.token }} - runs-on: ubicloud-standard-2 + runs-on: ubuntu-latest timeout-minutes: 10 steps: - uses: actions/checkout@v4 From 0ce03dd49b661a0d2d92907ec20052596a5ec3e4 Mon Sep 17 00:00:00 2001 From: Chris Howlett Date: Wed, 10 Sep 2025 09:43:30 +0100 Subject: [PATCH 2/2] Fix whitespace issues in test snapshot --- .../test/__snapshots__/cli.test.ts.snap | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/javascript/packages/linter/test/__snapshots__/cli.test.ts.snap b/javascript/packages/linter/test/__snapshots__/cli.test.ts.snap index ae75717c3..1baad2c63 100644 --- a/javascript/packages/linter/test/__snapshots__/cli.test.ts.snap +++ b/javascript/packages/linter/test/__snapshots__/cli.test.ts.snap @@ -93,10 +93,10 @@ test/fixtures/multiple-rule-offenses.html.erb:5:3 test/fixtures/multiple-rule-offenses.html.erb:10:1 8 │

- 9 │ + 9 │ → 10 │ Nested │ ~ - 11 │ + 11 │ 12 │
@@ -107,10 +107,10 @@ test/fixtures/multiple-rule-offenses.html.erb:10:1 test/fixtures/multiple-rule-offenses.html.erb:10:4 8 │

- 9 │ + 9 │ → 10 │ Nested │ ~ - 11 │ + 11 │ 12 │
@@ -121,7 +121,7 @@ test/fixtures/multiple-rule-offenses.html.erb:10:4 test/fixtures/multiple-rule-offenses.html.erb:3:20 1 │ - 2 │ + 2 │ → 3 │
│ ~~ 4 │ @@ -135,7 +135,7 @@ test/fixtures/multiple-rule-offenses.html.erb:3:20 test/fixtures/multiple-rule-offenses.html.erb:3:8 1 │ - 2 │ + 2 │ → 3 │
│ ~~~~~ 4 │ @@ -149,7 +149,7 @@ test/fixtures/multiple-rule-offenses.html.erb:3:8 test/fixtures/multiple-rule-offenses.html.erb:3:34 1 │ - 2 │ + 2 │ → 3 │
│ ~~~ 4 │ @@ -162,7 +162,7 @@ test/fixtures/multiple-rule-offenses.html.erb:3:34 test/fixtures/multiple-rule-offenses.html.erb:4:3 - 2 │ + 2 │ 3 │
→ 4 │ │ ~~~ @@ -191,7 +191,7 @@ test/fixtures/multiple-rule-offenses.html.erb:5:14 test/fixtures/multiple-rule-offenses.html.erb:3:14 1 │ - 2 │ + 2 │ → 3 │
│ ~~~~~ 4 │ @@ -233,10 +233,10 @@ test/fixtures/multiple-rule-offenses.html.erb:5:14 test/fixtures/multiple-rule-offenses.html.erb:8:0 6 │
- 7 │ + 7 │ → 8 │

│ ~~~~~~~~~ - 9 │ + 9 │ 10 │ Nested @@ -247,10 +247,10 @@ test/fixtures/multiple-rule-offenses.html.erb:8:0 test/fixtures/multiple-rule-offenses.html.erb:10:4 8 │

- 9 │ + 9 │ → 10 │ Nested │ ~ - 11 │ + 11 │ 12 │
@@ -260,7 +260,7 @@ test/fixtures/multiple-rule-offenses.html.erb:10:4 test/fixtures/multiple-rule-offenses.html.erb:4:2 - 2 │ + 2 │ 3 │
→ 4 │ │ ~~~~~~~ @@ -341,7 +341,7 @@ test/fixtures/few-rule-offenses.html.erb:3:3 test/fixtures/few-rule-offenses.html.erb:9:5 - 7 │ + 7 │ 8 │
→ 9 │
│ ~~~~~~~~~~~~~~ @@ -355,10 +355,10 @@ test/fixtures/few-rule-offenses.html.erb:9:5 test/fixtures/few-rule-offenses.html.erb:6:0 4 │
- 5 │ + 5 │ → 6 │

│ ~~~~~~~~~ - 7 │ + 7 │ 8 │