Fix test nightly job (#3153)
This commit is contained in:
parent
15a0b812a6
commit
0af551eab0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests-nightly.yml
vendored
2
.github/workflows/tests-nightly.yml
vendored
|
@ -290,7 +290,7 @@ jobs:
|
||||||
$auto_release
|
$auto_release
|
||||||
|
|
||||||
send-slack-notification:
|
send-slack-notification:
|
||||||
if: ${{ always() && job.status != 'success' && github.event_name == 'repository_dispatch'}}
|
if: ${{ failure() && github.event_name == 'repository_dispatch'}}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Notify Slack
|
- name: Notify Slack
|
||||||
|
|
Loading…
Reference in a new issue