mirror of
https://github.com/KevinMidboe/miljobilen-rss.git
synced 2026-01-20 00:05:34 +00:00
add self-hosted runner
This commit is contained in:
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -9,7 +9,11 @@ on:
|
||||
|
||||
jobs:
|
||||
generate-rss:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
runner: [ubuntu-latest, self-hosted]
|
||||
|
||||
runs-on: ${{ matrix.runner }}
|
||||
|
||||
permissions:
|
||||
contents: 'read'
|
||||
|
||||
Reference in New Issue
Block a user