Skip to content

Commit

Permalink
Fix for syntax, next try
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin-Radecki committed Oct 10, 2023
1 parent 04f8dc6 commit d992114
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/nightly-e2e-logic-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ jobs:
name: Slack notification
runs-on: ubuntu-20.04
needs: [check-e2e-test-suite-completion]
if: ${{ !cancelled() && github.event_name != "workflow_dispatch" }}
if: >
!cancelled() &&
github.event_name != 'workflow_dispatch'
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit d992114

Please sign in to comment.