Skip to content

Commit

Permalink
disable issue creation temporarily
Browse files Browse the repository at this point in the history
I’m going to be in PTO so let’s disable the noisy issues in the meantime and we can reenable when I come back
  • Loading branch information
janeyx99 authored Oct 20, 2023
1 parent f953f81 commit f5c0d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/userbenchmark-regression-detector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
done
- name: Create the github issue
continue-on-error: true
if: env.TORCHBENCH_REGRESSION_DETECTED
if: false
uses: peter-evans/create-issue-from-file@v4
with:
title: Optim Perf Signal Detected by TorchBench CI on ${{ env.TORCHBENCH_REGRESSION_DETECTED }}
Expand Down

0 comments on commit f5c0d86

Please sign in to comment.