Skip to content

Commit

Permalink
Change workflow trigger during special comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jlb6740 committed Jan 29, 2022
1 parent 60358c7 commit 71a0a75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ name: "Performance Testing"
# Controls when the action will run.
# Workflow runs when manually triggered using the UI or API.
on:
push:
pull_request:
branches: [ main ]
issue_comment:
types: [created, edited, deleted]

# Env variables
env:
SG_COMMIT: 649509c

jobs:
Performance_x86-64:
if: contains(github.event.comment.body, '/bench_x64')
name: Performance x86-64
runs-on: [self-hosted, linux, x64]
# Inputs the workflow accepts.
Expand Down

0 comments on commit 71a0a75

Please sign in to comment.