Skip to content
Closed
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/all-checks-pass.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
enforce-all-checks:
runs-on: ubuntu-latest
runs-on: self-hosted
permissions:
checks: read
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-private-images-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:
jobs:
build:
if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'preview') }}
runs-on: ubuntu-latest
runs-on: self-hosted

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-public-images-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
data: '{"content": "<a href=\"https://github.com/plausible/analytics/actions/workflows/build-public-images-ghcr.yml\">Build failed</a>"}'

push:
runs-on: ubuntu-latest
runs-on: self-hosted
needs:
- build

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
codespell:
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630 # v2.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/comment-preview-url.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
jobs:
comment:
if: ${{ contains(github.event.pull_request.labels.*.name, 'preview') }}
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- name: Comment with preview URL
uses: thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b # v3.0.1
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
jobs:
build:
name: "Build and test (${{ matrix.mix_env }}, ${{ matrix.postgres_image }})"
runs-on: ubuntu-latest
runs-on: self-hosted
strategy:
matrix:
mix_env: ["test", "ce_test"]
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:

e2e:
name: End-to-end tests
runs-on: ubuntu-latest
runs-on: self-hosted
timeout-minutes: 15
env:
MIX_ENV: e2e_test
Expand Down Expand Up @@ -235,7 +235,7 @@ jobs:
if: ${{ !cancelled() }}
needs: [e2e]
timeout-minutes: 15
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
Expand All @@ -261,7 +261,7 @@ jobs:
name: Static checks (format, credo, dialyzer)
env:
MIX_ENV: test
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/migrations-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
validate:
name: App code does not change at the same time
runs-on: ubuntu-latest
runs-on: self-hosted

steps:
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:
jobs:
build:
name: Build and test
runs-on: ubuntu-latest
runs-on: self-hosted

steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ concurrency:

jobs:
build:
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
TF_CLOUD_ORGANIZATION : ${{ secrets.TF_CLOUD_ORGANIZATION }}

name: "Terraform"
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tracker-script-npm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
tracker-release-npm:
runs-on: ubuntu-latest
runs-on: self-hosted
permissions:
pull-requests: read
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tracker-script-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
tracker-script-update:
runs-on: ubuntu-latest
runs-on: self-hosted
permissions:
pull-requests: write
contents: read
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tracker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:
jobs:
test:
timeout-minutes: 15
runs-on: ubuntu-latest
runs-on: self-hosted
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
if: ${{ !cancelled() }}
needs: [test]
timeout-minutes: 5
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
Expand Down
Loading