Skip to content

Commit

Permalink
try label event
Browse files Browse the repository at this point in the history
  • Loading branch information
filchristou authored Feb 28, 2024
1 parent ecfee33 commit d0e839b
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions .github/workflows/benchmarkpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,20 @@ name: performance tracking
env:
JULIA_NUM_THREADS: 2
on:
pull_request:
branches:
- master
- benchx
push:
branches:
- master
- benchx
tags: '*'
label:
types: [created]
# pull_request:
# branches:
# - master
# - benchx
# push:
# branches:
# - master
# - benchx
# tags: '*'
jobs:
benchmark:
if: ${{ github.event.label.name == 'to-benchmark' }}
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.allow_failure }}
Expand Down

0 comments on commit d0e839b

Please sign in to comment.