Skip to content

Commit

Permalink
check gate label
Browse files Browse the repository at this point in the history
  • Loading branch information
sgmv committed Jun 5, 2024
1 parent 6d722ec commit 39db5c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/label-gate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
name: merge branch into devel
environment: github
if: ${{ github.event.label.name == 'gate' && github.event.review.state == 'APPROVED' }}
if: ${{ github.event.label.name == 'gate' }}
steps:
- uses: actions/checkout@v4
- uses: ./.github/workflows/otc-golangci-lint.yaml
Expand Down

0 comments on commit 39db5c2

Please sign in to comment.