Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
gzukel committed Jul 1, 2024
1 parent b8ea1bf commit f2948b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-nightly-performance-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ jobs:
path: ./artillery_report.html

- name: "NOTIFY:SLACK:FAILURE"
#if: failure() && github.event_name == 'schedule'
if: failure()
if: failure() && github.event_name == 'schedule'
uses: 8398a7/action-slack@v3
with:
status: ${{ job.status }}
Expand Down

0 comments on commit f2948b5

Please sign in to comment.