Skip to content

Commit

Permalink
Use custom runner for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-janon committed Aug 2, 2024
1 parent 4d8cb34 commit e6bd41e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ on:
- "*"
jobs:
Deploy-Production:
runs-on: ubuntu-latest
runs-on:
group: Docs
steps:
- uses: actions/checkout@v3
- name: Set up Node.js 20
Expand Down

0 comments on commit e6bd41e

Please sign in to comment.