File tree 1 file changed +20
-18
lines changed
1 file changed +20
-18
lines changed Original file line number Diff line number Diff line change 1
1
name : Run performance tests
2
2
3
3
on :
4
- push :
5
- branches :
6
- - master
7
- - main
8
- - feature/*
9
- - hotfix/*
10
- - release/*
11
- - support/*
12
- - revert-*
13
- - dependabot/*
4
+ workflow_dispatch :
5
+ repository_dispatch :
6
+ # push:
7
+ # branches:
8
+ # - master
9
+ # - main
10
+ # - feature/*
11
+ # - hotfix/*
12
+ # - release/*
13
+ # - support/*
14
+ # - revert-*
15
+ # - dependabot/*
14
16
15
17
concurrency :
16
18
group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
27
29
actions : write
28
30
29
31
steps :
30
- - uses : actions /checkout@v4
32
+ - uses : meta-introspector /checkout@v4
31
33
- name : Run Doctor (ClinicJS)
32
34
uses : ./.github/base-actions/clinicjs-toolkit
33
35
with :
46
48
actions : write
47
49
48
50
steps :
49
- - uses : actions /checkout@v4
51
+ - uses : meta-introspector /checkout@v4
50
52
- name : Run Flame (ClinicJS)
51
53
uses : ./.github/base-actions/clinicjs-toolkit
52
54
with :
68
70
pull-requests : write
69
71
actions : read
70
72
71
- steps :
72
- - uses : actions /checkout@v4
73
- - name : Get all artifacts and publish results in github pages
74
- uses : ./.github/base-actions/performance-reporter
75
- with :
76
- gh-token : ${{ secrets.GITHUB_TOKEN }}
73
+ # steps:
74
+ # - uses: meta-introspector /checkout@v4
75
+ # - name: Get all artifacts and publish results in github pages
76
+ # uses: ./.github/base-actions/performance-reporter
77
+ # with:
78
+ # gh-token: ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments