Skip to content
Closed
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/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions:

jobs:
auto-merge:
runs-on: ubuntu-latest
runs-on: self-hosted
if: github.actor == 'dependabot[bot]'
steps:
- name: Dependabot metadata
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ permissions:
jobs:
# Verify commit signatures on PRs
verify-signatures:
runs-on: ubuntu-latest
runs-on: self-hosted
if: github.event_name == 'pull_request'
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:

# Dependency review for PRs
dependency-review:
runs-on: ubuntu-latest
runs-on: self-hosted
if: github.event_name == 'pull_request'
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
validate:
name: Validate
runs-on: ubuntu-latest
runs-on: self-hosted

strategy:
fail-fast: false
Expand Down
Loading