diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ce64e2f..8863bf4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,11 +6,7 @@ on: branches: [main] jobs: lint: - runs-on: [self-hosted, Linux, X64] - # Do not run untrusted fork PR code on the self-hosted runner. - if: >- - github.event_name != 'pull_request' || - github.event.pull_request.head.repo.full_name == github.repository + runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - uses: GeiserX/awesome-lint-extra@v1.1.0 @@ -19,11 +15,7 @@ jobs: badge_types: '["stars", "last-commit", "language", "license"]' check_alphabetical: 'true' links: - runs-on: [self-hosted, Linux, X64] - # Do not run untrusted fork PR code on the self-hosted runner. - if: >- - github.event_name != 'pull_request' || - github.event.pull_request.head.repo.full_name == github.repository + runs-on: ubuntu-latest continue-on-error: true steps: - uses: actions/checkout@v6 diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index fc513d1..e1474ef 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -5,7 +5,7 @@ on: jobs: stale: - runs-on: [self-hosted, Linux, X64] + runs-on: ubuntu-latest steps: - uses: actions/stale@v10 with: diff --git a/.github/workflows/sync-maintainers.yml b/.github/workflows/sync-maintainers.yml index fb8e38e..1358d8c 100644 --- a/.github/workflows/sync-maintainers.yml +++ b/.github/workflows/sync-maintainers.yml @@ -11,7 +11,7 @@ permissions: jobs: sync: - runs-on: [self-hosted, Linux, X64] + runs-on: ubuntu-latest steps: - uses: actions/checkout@v6