Skip to content

Commit

Permalink
Merge branch 'master' of github.com:spectrocloud/librarium into refac…
Browse files Browse the repository at this point in the history
…tor-cluster-app-sys-profiles
  • Loading branch information
karl-cardenas-coding committed Oct 16, 2023
2 parents c29e582 + 0d97608 commit 359f821
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aloglia_crawler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
docsearch:
runs-on:
group: Default
group: 'Doc Runners'
labels: docbot
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/eslint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
name: Build
needs: [run-ci]
runs-on:
group: Default
group: 'Doc Runners'
labels: docbot
if: ${{ !github.event.pull_request.draft }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/image_optimizer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
name: Image Optimization
needs: [run-ci]
runs-on:
group: Default
group: 'Doc Runners'
labels: docbot
if: ${{ !github.event.pull_request.draft }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
name: Build
needs: [run-ci]
runs-on:
group: Default
group: 'Doc Runners'
labels: docbot
if: ${{ !github.event.pull_request.draft }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
build:
name: Build
runs-on:
group: Default
group: 'Doc Runners'
labels: docbot

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
build:
name: Build Website
runs-on:
group: Default
group: 'Doc Runners'
labels: docbot
steps:
- name: Checkout Repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/url-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ name: Broken URL check
jobs:
markdown-link-check:
runs-on:
group: Default
group: 'Doc Runners'
labels: docbot
steps:
- id: checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version-branch-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
build:
name: Build
runs-on:
group: Default
group: 'Doc Runners'
labels: docbot


Expand Down

0 comments on commit 359f821

Please sign in to comment.