Update Actions workflow to improve concurrency and specify Ubuntu version

This commit is contained in:
Florian Weber 2025-06-26 13:52:09 +02:00
parent 53b3ad7276
commit 02a819c9c7
Signed by: f.weber
GPG Key ID: A1C85EB19014A2D3

View File

@ -6,12 +6,16 @@ on:
workflow_dispatch:
concurrency:
group: "update-homebrewery"
cancel-in-progress: true
permissions:
contents: write
jobs:
test:
runs-on: ubuntu-latest
update:
runs-on: ubuntu-24.04
steps:
- name: Get latest homebrewery release
id: latest_release