Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
chore: merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdplm committed Mar 27, 2024
2 parents 6ef3aa4 + b8cd730 commit 6a32802
Show file tree
Hide file tree
Showing 102 changed files with 2,647 additions and 1,282 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
workflow_file_name: topos:certificate-producer-contracts.yml
ref: main
wait_interval: 60
client_payload: '{ "topos-ref": "${{ github.head_ref }}" }'
client_payload: '{ "topos-ref": "${{ github.head_ref }}", "topos-smart-contracts-ref": "main" }'
2 changes: 2 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
paths: crates/**
branches-ignore:
- "release/**"
workflow_dispatch:

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
workflow_file_name: topos:integration-tests.yml
ref: main
wait_interval: 60
client_payload: '{ "topos-docker-tag": "${{ env.docker_tag }}" }'
client_payload: '{ "topos-docker-tag": "${{ env.docker_tag }}", "topos-smart-contracts-docker-tag": "main" }'

frontend-erc20-e2e:
runs-on: ubuntu-latest
Expand All @@ -59,4 +59,4 @@ jobs:
workflow_file_name: frontend:erc20-messaging.yml
ref: main
wait_interval: 60
client_payload: '{ "topos-docker-tag": "${{ env.docker_tag }}" }'
client_payload: '{ "topos-docker-tag": "${{ env.docker_tag }}", "topos-smart-contracts-docker-tag": "main" }'
3 changes: 3 additions & 0 deletions .github/workflows/pr-checking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
ignoreLabels: |
release
commits:
name: Validate PR commits
Expand Down
Loading

0 comments on commit 6a32802

Please sign in to comment.