Skip to content

Commit b5599a5

Browse files
committed
Remove post gif on fail action
1 parent 9577066 commit b5599a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/main.workflow

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ action "gradle build" {
1010

1111
workflow "process pull request" {
1212
on = "pull_request"
13-
resolves = ["post gif on fail", "branch cleanup"]
13+
resolves = ["branch cleanup"]
1414
}
1515

1616
action "post gif on fail" {

0 commit comments

Comments
 (0)