Skip to content

Commit

Permalink
remove tests from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
selimseker committed Aug 29, 2024
1 parent f776f97 commit f2907c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_startgo.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Go Build and Launch Release (Test Mode)
name: start.go Build and Launch Releases

on:
push:
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
name: dkn-${{ matrix.os }}-${{ matrix.arch }}
path: dkn-${{ matrix.os }}-${{ matrix.arch }}.zip

test_release:
release:
needs: build
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/start-go'
Expand Down

0 comments on commit f2907c9

Please sign in to comment.