diff --git a/.gitea/workflows/build-and-push.yaml b/.gitea/workflows/build-and-push.yaml index ce858a71..112a5798 100755 --- a/.gitea/workflows/build-and-push.yaml +++ b/.gitea/workflows/build-and-push.yaml @@ -76,8 +76,8 @@ jobs: needs: [changes, Build-and-Push-Docker] if: ${{ needs.changes.outputs.python_files == 'true' }} steps: - if: github.event_name != 'pull_request' - - name: Post status to discord - uses: sarisia/actions-status-discord@v1 - with: - webhook: ${{ secrets.DISCORD_WEBHOOK }} \ No newline at end of file + - name: Post status to discord + if: github.event_name != 'pull_request' + uses: sarisia/actions-status-discord@v1 + with: + webhook: ${{ secrets.DISCORD_WEBHOOK }}