Skip to content

Commit 8f2a21e

Browse files
remove limits
1 parent 6f633db commit 8f2a21e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

danger/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ runs:
5454
run: |
5555
# Start a detached container with all necessary volumes and environment variables
5656
docker run -td --name danger \
57-
--memory=4g --memory-swap=4g \
5857
--volume ${{ github.workspace }}:/github/workspace \
5958
--volume ${{ github.action_path }}:${{ github.action_path }} \
6059
--volume ${{ github.event_path }}:${{ github.event_path }} \

0 commit comments

Comments
 (0)