mirror of
https://github.com/mattermost/mattermost.git
synced 2026-05-28 04:35:04 -04:00
Merge 50c8b1ef8f into 7e75035cb6
This commit is contained in:
commit
2be29ecbc7
1 changed files with 11 additions and 0 deletions
11
.github/workflows/api.yml
vendored
11
.github/workflows/api.yml
vendored
|
|
@ -4,7 +4,17 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- 'api/**'
|
||||
- '.github/workflows/api.yml'
|
||||
pull_request:
|
||||
paths:
|
||||
- 'api/**'
|
||||
- '.github/workflows/api.yml'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
|
||||
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
@ -12,6 +22,7 @@ permissions:
|
|||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-24.04
|
||||
timeout-minutes: 10
|
||||
defaults:
|
||||
run:
|
||||
working-directory: ./api
|
||||
|
|
|
|||
Loading…
Reference in a new issue