Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-cardenas-coding committed Oct 25, 2023
1 parent 5029bfb commit 183e64a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ concurrency:
jobs:
build:
name: Build Website
runs-on: ["self-hosted", "linux", "x64", "vcenter3"]
# runs-on:
# group: 'Doc Runners'
# labels: docbot
# runs-on: ["self-hosted", "linux", "x64", "vcenter3"]
runs-on:
group: 'Doc Runners'
labels: docbot
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 183e64a

Please sign in to comment.