Skip to content

Commit bad325e

Browse files
committed
Temporarily enable code coverage on this PR
1 parent ab258ce commit bad325e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,16 @@ on:
33
push:
44
branches:
55
- main
6+
pull_request:
7+
branches:
8+
- main
69

710
permissions:
811
contents: read
912

1013
jobs:
1114
code-coverage:
15+
if: github.event_name == 'push' || github.head_ref == 'fix-temporal-sdk-java-main-code-coverage'
1216
runs-on: ubuntu-latest-16-cores
1317
steps:
1418
- name: Checkout

0 commit comments

Comments
 (0)