Skip to content

Commit cd759d2

Browse files
committed
ci: Only run on self-hosted
Signed-off-by: Joas Schilling <[email protected]>
1 parent 903e540 commit cd759d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
echo "matrix=$FILES" >> "$GITHUB_OUTPUT"
4040
4141
build:
42-
runs-on: ubuntu-latest
42+
runs-on: [ubuntu-latest, self-hosted]
4343
needs: files
4444

4545
strategy:

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121

2222
jobs:
2323
push_to_registry:
24-
runs-on: ubuntu-latest
24+
runs-on: [ubuntu-latest, self-hosted]
2525

2626
name: Push Docker image ${{ github.event.inputs.folderPath }}${{ github.event.inputs.suffix }}:${{ github.event.inputs.tagName }} to GitHub Packages
2727

0 commit comments

Comments
 (0)