Skip to content

Commit

Permalink
labeled in pull_request
Browse files Browse the repository at this point in the history
  • Loading branch information
filchristou authored Feb 28, 2024
1 parent d0e839b commit 0c4e707
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .github/workflows/benchmarkpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,16 @@ name: performance tracking
env:
JULIA_NUM_THREADS: 2
on:
label:
types: [created]
# pull_request:
# branches:
# - master
# - benchx
# push:
# branches:
# - master
# - benchx
# tags: '*'
pull_request:
types: [labeled]
branches:
- master
- benchx
push:
branches:
- master
- benchx
tags: '*'
jobs:
benchmark:
if: ${{ github.event.label.name == 'to-benchmark' }}
Expand Down

0 comments on commit 0c4e707

Please sign in to comment.