Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
UwUAroze authored Nov 26, 2024
1 parent 9348ad5 commit 8b9cea0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ on:

jobs:
build:
strategy:
matrix:
runner: [self-hosted, ubuntu-latest]
runs-on: ${{ matrix.runner }}
permissions:
contents: write
runs-on: self-hosted
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 8b9cea0

Please sign in to comment.