Merge pull request 'ci: add missing timeout-minutes and concurrency guards' (#15) from ci/timeout-and-concurrency-guards into main
masterplan-lock / check (push) Successful in 11s
masterplan-lock / check (push) Successful in 11s
This commit was merged in pull request #15.
This commit is contained in:
@@ -12,9 +12,14 @@ on:
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
check:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
steps:
|
||||
- uses: https://git.siax.io/actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # mirrored, immutable
|
||||
- name: Masterplan lock check
|
||||
|
||||
Reference in New Issue
Block a user