Skip to content

Commit

Permalink
ci: Run benchmark on PR labeled 'performance'
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Sep 13, 2024
1 parent f7698d9 commit 09c17a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/benchmark-remote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Remote Benchmark

on:
workflow_dispatch:
pull_request:
types: [ labeled ]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand All @@ -12,6 +14,7 @@ env:

jobs:
main:
if: ${{ github.event.label.name == 'performance' }}
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 09c17a2

Please sign in to comment.