Skip to content

Commit

Permalink
try again 2
Browse files Browse the repository at this point in the history
  • Loading branch information
LordBubblesDev committed Jan 25, 2025
1 parent 15dd1d1 commit 306c1f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-self-hosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ on:

jobs:
build:
runs-on: [self-hosted, Linux, X64, Bubbles]
permissions: write-all
runs-on: self-hosted
outputs:
regular_build: ${{ steps.regular_build.outputs.success }}

Expand Down Expand Up @@ -51,7 +52,8 @@ jobs:

upload:
needs: [build, release]
runs-on: [self-hosted, Bubbles]
permissions: write-all
runs-on: self-hosted

steps:
- name: Build debug image
Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/test-runner.yml

This file was deleted.

0 comments on commit 306c1f6

Please sign in to comment.