1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-24 15:49:46 +02:00

chore: fix runs-on name

This commit is contained in:
Daniel Hiller 2023-09-13 22:55:09 +02:00
parent ca42b5cb77
commit 21dedd00e0
5 changed files with 5 additions and 5 deletions

View file

@ -6,7 +6,7 @@ on:
jobs:
build-and-push-docker-image-dev-arm:
runs-on: [self-hosted]
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v4