Skip to content

Commit

Permalink
build: add label check for build examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Ömer Faruk APLAK committed Mar 16, 2023
1 parent fdacac6 commit 3276c45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/examples-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:

jobs:
chunks:
if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || (github.event_name == 'pull_request' && contains(steps.pr-labels.outputs.labels, ' build-examples '))
runs-on: ubuntu-latest

strategy:
Expand Down

0 comments on commit 3276c45

Please sign in to comment.