Skip to content

Commit

Permalink
Update main.workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kenyonj authored Apr 26, 2019
1 parent e2e3894 commit 7b3991f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/main.workflow
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ workflow "Test and build on push" {
}

action "CI Test Runner" {
needs = "checkout pull request"
uses = "./.github/test_runner"
secrets = ["GITHUB_TOKEN"]
}
Expand All @@ -14,7 +13,3 @@ action "Jekyll Pages Builder" {
uses = "./.github/pages_builder"
secrets = ["GITHUB_TOKEN"]
}

action "checkout pull request" {
uses = "gr2m/git-checkout-pull-request-action@master"
}

0 comments on commit 7b3991f

Please sign in to comment.