From 69ce0b3afd28b29b880d504f022cc152c9c4b4b9 Mon Sep 17 00:00:00 2001 From: CyclingNinja Date: Tue, 16 Apr 2024 10:23:10 +0100 Subject: [PATCH] Corrects ci indentation error --- .github/workflows/ci.yml | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c09952094..078d7fa2a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -111,16 +111,15 @@ publish_pure: submodules: false secrets: pypi_token: ${{ secrets.pypi_token }} - - notify: - if: always() && github.event_name == 'workflow_dispatch' - needs: [publish, cron] - runs-on: ubuntu-latest - steps: - - uses: Cadair/matrix-notify-action@main - with: - matrix_token: ${{ secrets.matrix_access_token }} - github_token: ${{ secrets.GITHUB_TOKEN }} - homeserver: ${{ secrets.matrix_homeserver }} - roomid: '!TWSJXVpyflnZOzmSQz:matrix.org' - ignore_pattern: '.*Load tox.*' +notify: + if: always() && github.event_name == 'workflow_dispatch' + needs: [publish, cron] + runs-on: ubuntu-latest + steps: + - uses: Cadair/matrix-notify-action@main + with: + matrix_token: ${{ secrets.matrix_access_token }} + github_token: ${{ secrets.GITHUB_TOKEN }} + homeserver: ${{ secrets.matrix_homeserver }} + roomid: '!TWSJXVpyflnZOzmSQz:matrix.org' + ignore_pattern: '.*Load tox.*'