Skip to content

Commit

Permalink
use self-hosted runner for kubectl actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ili16 authored Dec 27, 2023
1 parent 2c1d294 commit 535b70c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kubectl-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [workflow_dispatch]
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
runs-on: self-hosted

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 535b70c

Please sign in to comment.