Skip to content

Commit

Permalink
Apply ASF Infra GitHub Actions Policy
Browse files Browse the repository at this point in the history
- max-parallel as 20 - most of our project use 18
- pin version of release-drafter

https://infra.apache.org/github-actions-policy.html
  • Loading branch information
slawekjaranowski committed Mar 24, 2024
1 parent 45f4617 commit 26f55bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ on:
max-parallel:
description: max parallel jobs
required: false
default: 100
default: 20
type: number

timeout-minutes:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
contents: write
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
- uses: release-drafter/release-drafter@3f0f87098bd6b5c5b9a36d49c41d998ea58f9348 # v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 26f55bf

Please sign in to comment.