Skip to content

Commit

Permalink
fix(actions): fix release workflow syntax errors
Browse files Browse the repository at this point in the history
  • Loading branch information
surskitt committed Aug 31, 2024
1 parent 9c4675a commit 8ee4c45
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,6 @@ jobs:
# - e2e
if: "!contains(github.event.head_commit.message, '[ci-skip]')"

steps:
name: Build
runs-on: ubuntu-20.04
needs:
- gotest
# - e2e
if: "!contains(github.event.head_commit.message, '[ci-skip]')"

steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 8ee4c45

Please sign in to comment.