Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/label-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
label-sync:
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- name: Determine repository type from custom properties
id: determine-type
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on: # yamllint disable-line rule:truthy
jobs:
lint-markdown:
name: Lint Markdown
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4 # Checkout the calling repo

Expand Down
Loading