Skip to content

Commit

Permalink
switch to dev for the health workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew committed Dec 19, 2024
1 parent cff9425 commit e242ef9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/health_internal.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
# A CI configuration to check PR health.

name: Health:Internal

on:
pull_request:
branches: [ main ]
types: [opened, synchronize, reopened, labeled, unlabeled]

jobs:
health:
uses: ./.github/workflows/health.yaml
with:
sdk: dev
local_debug: true
coverage_web: false
upload_coverage: false
Expand Down

0 comments on commit e242ef9

Please sign in to comment.