Merge pull request #3 from jordanjones98/update-release-actions

ci(release): skip some release processes
pull/3829/head
Jordan Jones 2 months ago committed by GitHub
commit 269f76ac8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save