We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ef9533 commit 9bdf4faCopy full SHA for 9bdf4fa
.github/workflows/ci-pytorch_dockers.yml
@@ -234,6 +234,8 @@ jobs:
234
push: ${{ env.PUSH_TO_HUB }}
235
tags: pytorchlightning/pytorch_lightning:hpu-ci-runner-gaudi${{ matrix.gaudi_version }}
236
timeout-minutes: 55
237
+ - run: echo @akihironitta
238
+ if: ${{ failure() || env.PUSH_TO_HUB }}
239
# - uses: ravsamhq/notify-slack-action@v1
240
# if: failure() && ${{ env.PUSH_TO_HUB }}
241
# with:
0 commit comments