Skip to content

Commit 20b50b6

Browse files
committed
Align workflows with other OpenTelemetry Java repositories
Note: gradle-wrapper-validation.yml intentionally keeps merge_group trigger since this repo has merge queues enabled
1 parent c0dc313 commit 20b50b6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/gradle-wrapper-validation.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ name: Gradle wrapper validation
22

33
on:
44
push:
5-
branches:
6-
- main
7-
- release/*
85
pull_request:
96
merge_group:
107

@@ -17,4 +14,5 @@ jobs:
1714
steps:
1815
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1916

17+
# this needs to be in its own workflow in order to make OSSF scorecard happy
2018
- uses: gradle/actions/wrapper-validation@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v5.0.0

0 commit comments

Comments
 (0)