aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml17
1 files changed, 0 insertions, 17 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4db29d2..d42585a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -3,23 +3,6 @@ name: Continuous Integration
on: [push, pull_request]
jobs:
- # Only for posting into the IRC channel.
- # FIXME: Perhaps we should do this only after all of CI is successful and
- # include all commits since the last successful CI run?
- irc:
- runs-on: ubuntu-latest
- steps:
- - name: Git Clone
- uses: actions/checkout@v4.1.6
- - name: Post into IRC channel
- if: ${{ github.event_name == 'push' }}
- run: |
- (echo "NICK git-bot"
- echo "USER git-bot 8 * : git-bot"
- echo "JOIN #sciteco"
- git log --pretty="format:PRIVMSG #sciteco %h %s" --reverse ${{ github.event.before }}..${{ github.event.after }}
- echo "QUIT") | ncat --ssl irc.libera.chat 6697
-
ubuntu:
strategy:
matrix: