Skip to content

Commit

Permalink
fix: release workflow (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
JunNishimura committed Mar 31, 2024
1 parent 80efba6 commit ee4ef50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: Release

on:
workflow_run:
workflows: ["golangci", "test"]
workflows: ["test"]
branches: ["main"]
types:
- completed

jobs:
release:
name: Release
needs: [golangci, test]
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit ee4ef50

Please sign in to comment.