Skip to content

Commit

Permalink
ci(release): skip some release processes
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanjones98 committed Mar 29, 2024
1 parent 107bce2 commit 6615962
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:

build-snap:
name: Build Snap Package (${{ matrix.architecture }})
if: false
needs: semantic-release
runs-on: ubuntu-22.04
strategy:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6615962

Please sign in to comment.