Skip to content

Commit

Permalink
Add resource restrictions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzalucki committed Oct 1, 2024
1 parent a6f02f4 commit b055a32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ runs:
-e GITHUB_ACTIONS=true \
-e CI=true \
--network host \
--cpus="0.25" \
--memory="750m" \
--rm \
-v ${{ github.env}}:${{ github.env}} \
-v ${GITHUB_ACTION_PATH}:/tmp/action_path \
Expand Down

0 comments on commit b055a32

Please sign in to comment.