This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch POOL_2_X in repository https://gitbox.apache.org/repos/asf/commons-pool.git
The following commit(s) were added to refs/heads/POOL_2_X by this push: new 2996108f GitHub build says "Only the default branch master is supported." 2996108f is described below commit 2996108ff82a37e0e7bb1e576a7aac0bb434e47a Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Jul 17 09:51:24 2023 -0400 GitHub build says "Only the default branch master is supported." --- .github/workflows/scorecards-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml index dda2d146..eba354fe 100644 --- a/.github/workflows/scorecards-analysis.yml +++ b/.github/workflows/scorecards-analysis.yml @@ -20,7 +20,7 @@ on: schedule: - cron: "30 1 * * 6" # Weekly on Saturdays push: - branches: [ "master", "POOL_2_X" ] + branches: [ "master" ] permissions: read-all