diff --git a/.github/workflows/build-mariadb.yml b/.github/workflows/build-mariadb.yml index ae313898..1b230752 100644 --- a/.github/workflows/build-mariadb.yml +++ b/.github/workflows/build-mariadb.yml @@ -47,4 +47,35 @@ jobs: mysql -h 127.0.0.1 --protocol=TCP -u root -pfr0xl0r.TravisCI froxlor010 < /tmp/froxlor.sql - name: Run testing - run: ant quick-build >> $GITHUB_OUTPUT + run: ant quick-build + +# - name: irc push +# uses: rectalogic/notify-irc@v1 +# if: github.event_name == 'push' +# with: +# channel: "#froxlor" +# server: "irc.libera.chat" +# nickname: froxlor-ci +# message: | +# ${{ github.actor }} pushed ${{ github.event.ref }} ${{ github.event.compare }} +# ${{ join(github.event.commits.*.message) }} + +# - name: irc pull request +# uses: rectalogic/notify-irc@v1 +# if: github.event_name == 'pull_request' +# with: +# channel: "#froxlor" +# server: "irc.libera.chat" +# nickname: froxlor-ci +# message: | +# ${{ github.actor }} opened PR ${{ github.event.pull_request.html_url }} + +# - name: irc tag created +# uses: rectalogic/notify-irc@v1 +# if: github.event_name == 'create' && github.event.ref_type == 'tag' +# with: +# channel: "#froxlor" +# server: "irc.libera.chat" +# nickname: froxlor-ci +# message: | +# ${{ github.actor }} tagged ${{ github.repository }} ${{ github.event.ref }} diff --git a/.github/workflows/build-mysql.yml b/.github/workflows/build-mysql.yml index 218c0484..6b8515e9 100644 --- a/.github/workflows/build-mysql.yml +++ b/.github/workflows/build-mysql.yml @@ -56,4 +56,4 @@ jobs: mysql -h 127.0.0.1 --protocol=TCP -u root -pfr0xl0r.TravisCI froxlor010 < /tmp/froxlor.sql - name: Run testing - run: ant quick-build >> $GITHUB_OUTPUT + run: ant quick-build