Skip to content

Commit

Permalink
fix: only run the check labels workflow on PRs (#1336)
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomatsubara authored Aug 28, 2024
1 parent 69beb99 commit 357945b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ env:
jobs:
check-labels:
name: Check PR labels
if: ${{ github.event_name == 'pull_request'}}
uses: eclipse-zenoh/ci/.github/workflows/check-labels.yml@main
secrets: inherit

Expand Down

0 comments on commit 357945b

Please sign in to comment.