Skip to content

Commit

Permalink
test branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
liya2017 authored and liya2017 committed Dec 6, 2021
1 parent 0896c2f commit f223db0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request_review:
types: [ submitted ]
schedule:
- cron: '0 0 * * *'
- cron: '0/5 * * * *'
# Manurally trigger
workflow_dispatch:

Expand Down
3 changes: 2 additions & 1 deletion devtools/ci/benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ function github_report_error() {
}

function main() {
benchmark || github_report_error
# benchmark || github_report_error
echo "GITHUB_REF_NAME is "$GITHUB_REF_NAME
}
main $*

0 comments on commit f223db0

Please sign in to comment.