Skip to content

Commit

Permalink
Merge branch 'main' into nonce-valiation
Browse files Browse the repository at this point in the history
  • Loading branch information
Starefossen authored Aug 14, 2023
2 parents dc015c9 + 3d0765e commit dc5364a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
lint-test:
name: Lint and test
runs-on: ubuntu-latest
runs-on: ubuntu-latest-4-cores
needs: meta
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
key: ${{ runner.os }}-bin-${{ hashFiles('Makefile', 'go.mod') }}
docker:
name: Build and Push Docker image
runs-on: ubuntu-latest
runs-on: ubuntu-latest-4-cores
needs: [meta, lint, build]
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit dc5364a

Please sign in to comment.