Skip to content

Commit 7b3991f

Browse files
authored
Update main.workflow
1 parent e2e3894 commit 7b3991f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/main.workflow

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ workflow "Test and build on push" {
44
}
55

66
action "CI Test Runner" {
7-
needs = "checkout pull request"
87
uses = "./.github/test_runner"
98
secrets = ["GITHUB_TOKEN"]
109
}
@@ -14,7 +13,3 @@ action "Jekyll Pages Builder" {
1413
uses = "./.github/pages_builder"
1514
secrets = ["GITHUB_TOKEN"]
1615
}
17-
18-
action "checkout pull request" {
19-
uses = "gr2m/git-checkout-pull-request-action@master"
20-
}

0 commit comments

Comments
 (0)