Skip to content

Commit

Permalink
feat:add self-host
Browse files Browse the repository at this point in the history
  • Loading branch information
rockyj committed Jan 9, 2025
1 parent ee20b2d commit 063e94d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/approval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
if: |
github.event_name == 'push' ||
github.event_name == 'pull_request'
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- name: Debug Event
run: |
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
trigger-deploy:
needs: approval
if: github.event_name == 'issue_comment' && contains(github.event.comment.body, 'confirm')
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- name: Close Approval Issue
uses: actions/github-script@v6
Expand Down

0 comments on commit 063e94d

Please sign in to comment.