Skip to content

Commit

Permalink
always build www
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Sep 24, 2024
1 parent 0e64f2a commit 93c9792
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/www.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,9 @@ on:
branches:
- master
- "renovate/frontend/*"
paths:
- ".github/workflows/www.yaml"
- "www/**"
pull_request:
branches:
- "**"
paths:
- ".github/workflows/www.yaml"
- "www/**"
jobs:
build:
name: Build image
Expand Down
2 changes: 2 additions & 0 deletions apps/core/lib/core/retry.ex
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
defmodule Core.Retry do
require Logger

defstruct [wait: 200, attempts: 0, max: 3]

def retry(fun, args) when is_function(fun) and (is_list(args) or is_map(args)) do
Expand Down

0 comments on commit 93c9792

Please sign in to comment.