Skip to content

Commit

Permalink
Fix GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
OoLunar committed Jan 14, 2024
1 parent f0d096f commit 510750f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ env:
jobs:
build_and_publish:
name: Build
runs-on: self-hosted
runs-on: ubuntu
if: "!contains(format('{0} {1}', github.event.head_commit.message, github.event.pull_request.title), '[ci-skip]')"
steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ permissions:
jobs:
generate-docs:
name: Generate Docs
runs-on: self-hosted
runs-on: ubuntu
if: "!contains(format('{0} {1}', github.event.head_commit.message, github.event.pull_request.title), '[ci-skip]')"
steps:
- name: Checkout
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
# Specify runner + deployment step
runs-on: self-hosted
runs-on: ubuntu
steps:
- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit 510750f

Please sign in to comment.