Skip to content

Commit

Permalink
ci: update workflows for githubs runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Thierry Delafontaine committed Mar 8, 2024
1 parent 47d4d60 commit 23a2b4e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
build:
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up latest Python
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
run:
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Assert PR target is main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches: [main]
jobs:
pages:
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- id: deployment
uses: sphinx-notes/pages@v3
Expand Down

0 comments on commit 23a2b4e

Please sign in to comment.