Update Actions workflow to improve concurrency and specify Ubuntu version
This commit is contained in:
parent
53b3ad7276
commit
02a819c9c7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user