Skip to content

Commit

Permalink
remove extra condition.
Browse files Browse the repository at this point in the history
  • Loading branch information
khajavi committed Dec 6, 2022
1 parent 595dc74 commit efcdcf4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
generate-readme:
name: Generate README
runs-on: ubuntu-latest
if: ${{ (github.event_name == 'push') || (github.event_name == 'published') }}
steps:
- name: Git Checkout
uses: actions/[email protected]
Expand Down
5 changes: 0 additions & 5 deletions zio-sbt-website/src/main/scala/zio/sbt/WebsiteUtils.scala
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,6 @@ object WebsiteUtils {
Job(
id = "generate-readme",
name = "Generate README",
condition = Some(
Condition.Expression("github.event_name == 'push'") || Condition.Expression(
"github.event_name == 'published'"
)
),
steps = Seq(
Step.SingleStep(
name = "Git Checkout",
Expand Down

0 comments on commit efcdcf4

Please sign in to comment.