Skip to content

Commit 1aae5d4

Browse files
committed
Switch to main branch of reusable builds
1 parent 396f0a7 commit 1aae5d4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ jobs:
3838

3939
build:
4040
if: github.actor != 'dependabot[bot]'
41-
uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/11.0.0
41+
# Temporarily switch to `main`, while waiting for 11.0.1 release.
42+
uses: apache/logging-parent/.github/workflows/build-reusable.yaml@main
43+
#uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/11.0.0
4244
with:
4345
site-enabled: true
4446

0 commit comments

Comments
 (0)