Skip to content

Commit

Permalink
Ensure we have enough disk space to pull images
Browse files Browse the repository at this point in the history
  • Loading branch information
dflook committed Dec 18, 2024
1 parent 9b0fa40 commit 33be188
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_review.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: pull_request_review test
name: Test pull_request_review event

on:
- pull_request_review
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_target.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: pull_request_target test
name: Test pull_request_target event

on:
- pull_request_target
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/repository_dispatch.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Respository Dispatch
name: Repository Dispatch

on: [repository_dispatch]

Expand Down

0 comments on commit 33be188

Please sign in to comment.