Skip to content

Commit

Permalink
chore: remove release workflow issue_comment trigger (#6356)
Browse files Browse the repository at this point in the history
  • Loading branch information
caohuilin authored Oct 12, 2024
1 parent 145f0d7 commit 965d368
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ on:
description: 'Release Branch(confirm release branch)'
required: true
default: 'main'
issue_comment:
types: [created]

permissions:
id-token: write
Expand Down Expand Up @@ -60,14 +58,6 @@ jobs:
- name: Install Dependencies && Build
run: pnpm install

# Temporarily manually upgrade Rsbuild

# - name: Update Rsbuild Nightly Version
# run: pnpm run update-rsbuild

# - name: Install Dependencies && Build
# run: pnpm install --no-frozen-lockfile

- name: Release
uses: web-infra-dev/actions@v2
with:
Expand Down

0 comments on commit 965d368

Please sign in to comment.