Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
runs-on: bp-ubuntu-latest-x64-4x

strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
test-deploy:
name: Test deployment
runs-on: ubuntu-latest
runs-on: bp-ubuntu-latest-x64-4x
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
shell: bash
working-directory: docs
name: Deploy to GitHub Pages
runs-on: ubuntu-latest
runs-on: bp-ubuntu-latest-x64-4x
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/enforce-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [labeled, unlabeled, opened, edited, synchronize]
jobs:
enforce-label:
runs-on: ubuntu-latest
runs-on: bp-ubuntu-latest-x64-4x
steps:
- uses: yogevbd/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: pull_request

jobs:
build:
runs-on: ubuntu-latest
runs-on: bp-ubuntu-latest-x64-4x

steps:
- name: Check out Git repository
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:

jobs:
end-to-end:
runs-on: ubuntu-20.04
runs-on: bp-ubuntu-latest-x64-4x
services:
postgres:
image: postgres
Expand All @@ -37,7 +37,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 16
- uses: actions/cache@v4
- uses: buildpulse/cache@v4
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-image-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: pull_request
jobs:
build_image:
name: Build Docker image
runs-on: ubuntu-latest
runs-on: bp-ubuntu-latest-x64-4x
steps:
- name: Check out the repo
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
jobs:
push_to_registry:
name: Push Docker image to GitHub Packages
runs-on: ubuntu-latest
runs-on: bp-ubuntu-latest-x64-4x
steps:
- name: Check out the repo
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
COVERAGE_SINGLE: 50
# Minimum total code coverage
COVERAGE_TOTAL: 55
runs-on: ubuntu-latest
runs-on: bp-ubuntu-latest-x64-4x
services:
postgres:
image: postgres
Expand All @@ -28,7 +28,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: 3.11.2
- uses: actions/cache@v4
- uses: buildpulse/cache@v4
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
stale:
runs-on: ubuntu-latest
runs-on: bp-ubuntu-latest-x64-4x
steps:
- uses: actions/stale@v9
with:
Expand Down
Loading