Skip to content

Commit 7d6b097

Browse files
author
mike dupont
committed
workflow dispatch
1 parent bd41fbe commit 7d6b097

File tree

1 file changed

+20
-18
lines changed

1 file changed

+20
-18
lines changed

.github/workflows/run-performance-tests.yml

+20-18
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
name: Run performance tests
22

33
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/*
1416

1517
concurrency:
1618
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
@@ -27,7 +29,7 @@ jobs:
2729
actions: write
2830

2931
steps:
30-
- uses: actions/checkout@v4
32+
- uses: meta-introspector/checkout@v4
3133
- name: Run Doctor (ClinicJS)
3234
uses: ./.github/base-actions/clinicjs-toolkit
3335
with:
@@ -46,7 +48,7 @@ jobs:
4648
actions: write
4749

4850
steps:
49-
- uses: actions/checkout@v4
51+
- uses: meta-introspector/checkout@v4
5052
- name: Run Flame (ClinicJS)
5153
uses: ./.github/base-actions/clinicjs-toolkit
5254
with:
@@ -68,9 +70,9 @@ jobs:
6870
pull-requests: write
6971
actions: read
7072

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 }}

0 commit comments

Comments
 (0)