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:
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 }}
|
slackChannel: ${{ secrets.SLACK_CIFEEDBACK_CHANNEL }}
|
||||||
slackToken: ${{ secrets.SLACK_CIFEEDBACK_BOT_TOKEN }}
|
slackToken: ${{ secrets.SLACK_CIFEEDBACK_BOT_TOKEN }}
|
||||||
waitForSSH: true
|
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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user