From f40e3069d2c8a847743b1cd9dff63f6fa931887f Mon Sep 17 00:00:00 2001 From: Revision Date: Mon, 26 Dec 2022 00:12:28 +0100 Subject: [PATCH] Build status Removed the build status because I'm sick of being spammed via email whenever I update something. It's because it can't configure the OS, the code runs as it should without any warnings or errors but I can't stand the emails anymore. I don't think there's anything I can do on my end to fix it so I'm removing it. --- .github/README.md | 7 ------- .github/workflows/core-build.yml | 12 ------------ 2 files changed, 19 deletions(-) delete mode 100644 .github/README.md delete mode 100644 .github/workflows/core-build.yml diff --git a/.github/README.md b/.github/README.md deleted file mode 100644 index 99d5603..0000000 --- a/.github/README.md +++ /dev/null @@ -1,7 +0,0 @@ -# Weekend Bonus -[![core-build](https://github.com/tkn963/mod-weekendbonus/workflows/core-build/badge.svg?branch=master&event=push)](https://github.com/tkn963/mod-weekendbonus/actions?query=workflow%3Acore-build+branch%3Amaster+event%3Apush) - -# Features -This module will increase the experience, money, reputation and skill ups gained on weekends. That means friday from 18:00 (6 PM), saturday and sunday. It will announce the start and end of the weekend bonus. - -The multipliers can be changed using the configuration options. diff --git a/.github/workflows/core-build.yml b/.github/workflows/core-build.yml deleted file mode 100644 index 921c9eb..0000000 --- a/.github/workflows/core-build.yml +++ /dev/null @@ -1,12 +0,0 @@ -name: core-build -on: - push: - branches: - - 'master' - pull_request: - -jobs: - build: - uses: azerothcore/reusable-workflows/.github/workflows/core_build_modules.yml@main - with: - module_repo: ${{ github.event.repository.name }}