mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-14 20:58:08 +00:00
remove benchmark job in push-important-models.yml (#35292)
remove-bench Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
parent
e0ae9b5974
commit
d29a06e39a
1 changed files with 0 additions and 7 deletions
7
.github/workflows/push-important-models.yml
vendored
7
.github/workflows/push-important-models.yml
vendored
|
|
@ -134,10 +134,3 @@ jobs:
|
|||
slackChannel: ${{ secrets.SLACK_CIFEEDBACK_CHANNEL }}
|
||||
slackToken: ${{ secrets.SLACK_CIFEEDBACK_BOT_TOKEN }}
|
||||
waitForSSH: true
|
||||
|
||||
benchmark:
|
||||
name: Benchmark workflow
|
||||
needs: get_modified_models
|
||||
if: ${{ needs.get_modified_models.outputs.matrix != '[]' && needs.get_modified_models.outputs.matrix != '' && fromJson(needs.get_modified_models.outputs.matrix)[0] != null }}
|
||||
uses: ./.github/workflows/benchmark.yml
|
||||
secrets: inherit
|
||||
|
|
|
|||
Loading…
Reference in a new issue