File tree 3 files changed +32
-14
lines changed
3 files changed +32
-14
lines changed Original file line number Diff line number Diff line change 1
1
name : Benchmark
2
2
3
- env :
4
- DEBUG : ' napi:*'
5
- APP_NAME : ' rspack-sources'
6
- MACOSX_DEPLOYMENT_TARGET : ' 10.13'
7
- # https://github.com/SchrodingerZhu/snmalloc-rs
8
- CACHE_FRIENDLY_OFFSET : 64
9
-
10
- ' on ' :
3
+ on :
11
4
push :
12
5
branches :
13
6
- main
14
7
tags-ignore :
15
8
- ' **'
16
9
paths-ignore :
17
10
- ' **/*.md'
18
- - LICENSE
19
- - ' **/*.gitignore'
20
- - .editorconfig
21
- - docs/**
22
- pull_request : null
11
+ pull_request :
12
+ types : [opened, synchronize]
13
+ paths-ignore :
14
+ - ' **/*.md'
15
+
16
+ concurrency :
17
+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
18
+ cancel-in-progress : ${{ github.ref_name != 'main' }}
19
+
23
20
jobs :
24
21
benchmark :
25
22
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 6
6
- main
7
7
tags-ignore :
8
8
- ' **'
9
+ paths-ignore :
10
+ - ' **/*.md'
9
11
pull_request :
12
+ types : [opened, synchronize]
13
+ paths-ignore :
14
+ - ' **/*.md'
15
+
16
+ concurrency :
17
+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
18
+ cancel-in-progress : ${{ github.ref_name != 'main' }}
10
19
11
20
jobs :
12
21
lint :
Original file line number Diff line number Diff line change 6
6
- main
7
7
tags-ignore :
8
8
- ' **'
9
- pull_request : null
9
+ paths-ignore :
10
+ - ' **/*.md'
11
+ pull_request :
12
+ types : [opened, synchronize]
13
+ paths-ignore :
14
+ - ' **/*.md'
15
+
16
+ pull_request :
17
+ types : [opened, synchronize]
18
+
19
+ concurrency :
20
+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
21
+ cancel-in-progress : ${{ github.ref_name != 'main' }}
10
22
11
23
jobs :
12
24
Test :
You can’t perform that action at this time.
0 commit comments