diff --git a/.github/workflows/label-sync.yml b/.github/workflows/label-sync.yml index d793106..d774d39 100644 --- a/.github/workflows/label-sync.yml +++ b/.github/workflows/label-sync.yml @@ -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 diff --git a/.github/workflows/lint-markdown.yml b/.github/workflows/lint-markdown.yml index 174b0fc..45dfc6d 100644 --- a/.github/workflows/lint-markdown.yml +++ b/.github/workflows/lint-markdown.yml @@ -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