forked from databendlabs/databend
-
Notifications
You must be signed in to change notification settings - Fork 0
37 lines (33 loc) · 679 Bytes
/
Copy pathdev.yml
File metadata and controls
37 lines (33 loc) · 679 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
name: Dev
on:
pull_request:
types:
- opened
- synchronize
- reopened
branches:
- main
paths-ignore:
- "docs/**"
- "website/**"
- "**.md"
- "docker/**"
- "scripts/setup/**"
- ".devcontainer/**"
merge_group:
types:
- checks_requested
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true
jobs:
linux:
uses: ./.github/workflows/reuse.linux.yml
secrets: inherit
with:
build_profile: debug
linux_hive:
uses: ./.github/workflows/reuse.linux.hive.yml
secrets: inherit
with:
build_profile: debug