We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2e3894 commit 7b3991fCopy full SHA for 7b3991f
.github/main.workflow
@@ -4,7 +4,6 @@ workflow "Test and build on push" {
4
}
5
6
action "CI Test Runner" {
7
- needs = "checkout pull request"
8
uses = "./.github/test_runner"
9
secrets = ["GITHUB_TOKEN"]
10
@@ -14,7 +13,3 @@ action "Jekyll Pages Builder" {
14
13
uses = "./.github/pages_builder"
15
16
17
-
18
-action "checkout pull request" {
19
- uses = "gr2m/git-checkout-pull-request-action@master"
20
-}
0 commit comments