Skip to content

Commit

Permalink
Self hosted runners
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakambda committed Nov 12, 2024
1 parent 722de53 commit 89b96d4
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/approve-sync-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
description: "Runner to use"
required: false
type: string
default: "ubuntu-latest"
default: "self-hosted"
secrets:
sync-token:
description: "Token used to approve & merge"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-output-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on:
description: "Runner to use"
required: false
type: string
default: "ubuntu-latest"
default: "self-hosted"
secrets:
docker-repo:
description: "Docker registry to push to"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ on:
description: "Runner to use"
required: false
type: string
default: "ubuntu-latest"
default: "self-hosted"
secrets:
docker-repo:
description: "Docker registry to push to"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dropbox-publish-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
description: "Runner to use"
required: false
type: string
default: "ubuntu-latest"
default: "self-hosted"
secrets:
dropbox-token:
description: "Dropbox access token"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
description: "Runner to use"
required: false
type: string
default: "ubuntu-latest"
default: "self-hosted"
generate-jacoco:
description: "Whether to generate JaCoCo report"
required: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
description: "Runner to use"
required: false
type: string
default: "ubuntu-latest"
default: "self-hosted"

permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle-jib-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
description: "Runner to use"
required: false
type: string
default: "ubuntu-latest"
default: "self-hosted"
secrets:
jib-extra-params:
description: "Extra jib parameters"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle-minecraft-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
description: "Runner to use"
required: false
type: string
default: "ubuntu-latest"
default: "self-hosted"
secrets:
keystore:
required: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle-minecraft-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
description: "Runner to use"
required: false
type: string
default: "ubuntu-latest"
default: "self-hosted"
secrets:
keystore:
required: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
description: "Runner to use"
required: false
type: string
default: "ubuntu-latest"
default: "self-hosted"

jobs:
publish:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
description: "Runner to use"
required: false
type: string
default: "ubuntu-latest"
default: "self-hosted"

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
description: "Runner to use"
required: false
type: string
default: "ubuntu-latest"
default: "self-hosted"

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
description: "Runner to use"
required: false
type: string
default: "ubuntu-latest"
default: "self-hosted"

jobs:
check:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/springboot-native-docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
description: "Runner to use"
required: false
type: string
default: "ubuntu-latest"
default: "self-hosted"
timeout:
description: "Timeout for the build"
required: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
description: "Runner to use"
required: false
type: string
default: "ubuntu-latest"
default: "self-hosted"

permissions:
contents: write
Expand Down

0 comments on commit 89b96d4

Please sign in to comment.