diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 806d51bf..203232dd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,6 +44,7 @@ jobs: build-snap: name: Build Snap Package (${{ matrix.architecture }}) + if: false needs: semantic-release runs-on: ubuntu-22.04 strategy: @@ -100,7 +101,8 @@ jobs: discord: name: Send Discord Notification needs: semantic-release - if: always() + # if: always() + if: false runs-on: ubuntu-22.04 steps: - name: Get Build Job Status