Skip to content

Commit

Permalink
changed self-runner
Browse files Browse the repository at this point in the history
  • Loading branch information
brunomsaraiva committed Jan 25, 2024
1 parent 0a5b817 commit 4c7f0fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:

jobs:
build_doc:
runs-on: [self-hosted, deepthought]
runs-on: [self-hosted, Windows]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -44,7 +44,7 @@ jobs:
needs: build_doc
# only run if main branch
if: github.ref == 'refs/heads/main'
runs-on: [self-hosted, deepthought]
runs-on: [self-hosted, Windows]
permissions:
pages: write
id-token: write
Expand Down

0 comments on commit 4c7f0fd

Please sign in to comment.