Skip to content

Commit

Permalink
workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
mike dupont committed Sep 16, 2024
1 parent bd41fbe commit 7d6b097
Showing 1 changed file with 20 additions and 18 deletions.
38 changes: 20 additions & 18 deletions .github/workflows/run-performance-tests.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
name: Run performance tests

on:
push:
branches:
- master
- main
- feature/*
- hotfix/*
- release/*
- support/*
- revert-*
- dependabot/*
workflow_dispatch:
repository_dispatch:
# push:
# branches:
# - master
# - main
# - feature/*
# - hotfix/*
# - release/*
# - support/*
# - revert-*
# - dependabot/*

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

steps:
- uses: actions/checkout@v4
- uses: meta-introspector/checkout@v4
- name: Run Doctor (ClinicJS)
uses: ./.github/base-actions/clinicjs-toolkit
with:
Expand All @@ -46,7 +48,7 @@ jobs:
actions: write

steps:
- uses: actions/checkout@v4
- uses: meta-introspector/checkout@v4
- name: Run Flame (ClinicJS)
uses: ./.github/base-actions/clinicjs-toolkit
with:
Expand All @@ -68,9 +70,9 @@ jobs:
pull-requests: write
actions: read

steps:
- uses: actions/checkout@v4
- name: Get all artifacts and publish results in github pages
uses: ./.github/base-actions/performance-reporter
with:
gh-token: ${{ secrets.GITHUB_TOKEN }}
# steps:
# - uses: meta-introspector/checkout@v4
# - name: Get all artifacts and publish results in github pages
# uses: ./.github/base-actions/performance-reporter
# with:
# gh-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7d6b097

Please sign in to comment.