Skip to content

Commit

Permalink
Merge pull request #890 from exaile/genodeftest-remove-irc-notification
Browse files Browse the repository at this point in the history
ci: drop IRC notification
  • Loading branch information
genodeftest committed Jul 30, 2023
2 parents e25b8c8 + e41bf10 commit 674a69f
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,27 +75,3 @@ jobs:
--draft \
--title "Exaile ${version}" \
--notes "${notes}"
# TODO: Waiting for https://github.com/Shizmob/pydle/issues/151
# notify:
# if: always() && github.repository_owner == 'exaile'
# needs: [lint, test, deploy]
# timeout-minutes: 1
# runs-on: ubuntu-latest
# steps:
# - name: Install dependencies
# run: pip3 install pydle
# - name: Send IRC notification
# run: |
# printf '%s | lint %s | test %s | deploy %s | %s' \
# "${GITHUB_REF#refs/*/}" \
# '${{ needs.lint.result }}' \
# '${{ needs.test.result }}' \
# '${{ needs.deploy.result }}' \
# 'http://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' \
# | python3 -m pydle.utils.irccat \
# --port 6697 \
# --tls --verify-tls \
# --nickname 'exaile-ci' \
# --channel '#exaile' \
# chat.freenode.net

0 comments on commit 674a69f

Please sign in to comment.