Skip to content

Commit

Permalink
switch to local runner
Browse files Browse the repository at this point in the history
  • Loading branch information
filipporomani committed Oct 12, 2024
1 parent bcb9278 commit 15e4a2a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
runs-on: self-hosted
permissions:
actions: read
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:

jobs:
dependency-review:
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ permissions:
jobs:
deployment:

runs-on: ubuntu-latest
runs-on: self-hosted
environment: publish
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 15e4a2a

Please sign in to comment.