Skip to content

Commit

Permalink
Corrects ci indentation error
Browse files Browse the repository at this point in the history
  • Loading branch information
CyclingNinja committed Apr 16, 2024
1 parent 7405405 commit 69ce0b3
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.*'

0 comments on commit 69ce0b3

Please sign in to comment.