Skip to content

Commit

Permalink
Merge branch 'main' into elmattic/eth-trace-block
Browse files Browse the repository at this point in the history
  • Loading branch information
elmattic authored Jan 7, 2025
2 parents a41f450 + 5196cf6 commit 2e31462
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ on:
tags:
- "*"
paths-ignore:
- 'docs/'
- 'docs/**'
merge_group:
pull_request:
# This needs to be declared explicitly so that the job is actually
# run when moved out of draft.
types: [opened, synchronize, reopened, ready_for_review]
paths-ignore:
- 'docs/'
- 'docs/**'

env:
CI: 1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ on:
- main
paths:
- '**.md'
- '/docs'
- 'docs/**'
- '.github/workflows/docs-check.yml'
merge_group:
pull_request:
branches:
- main
paths:
- '**.md'
- '/docs'
- 'docs/**'
- '.github/workflows/docs-check.yml'

jobs:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ on:
branches:
- main
paths:
- '/docs'
- 'docs/**'
- '.github/workflows/docs-deploy.yml'
merge_group:
pull_request:
branches:
- main
paths:
- '/docs'
- 'docs/**'
- '.github/workflows/docs-deploy.yml'

permissions:
Expand Down Expand Up @@ -44,4 +44,4 @@ jobs:
apiToken: ${{ secrets.CLOUDFLARE_PAGES_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_PAGES_ACCOUNT_ID }}
command: pages deploy ./docs/build --project-name=forest-docs
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/forest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ concurrency:
branches:
- main
paths-ignore:
- 'docs/'
- 'docs/**'
push:
branches:
- main
paths-ignore:
- 'docs/'
- 'docs/**'
schedule:
- cron: 0 0 * * *
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ on:
# run when moved out of draft.
types: [opened, synchronize, reopened, ready_for_review]
paths-ignore:
- 'docs/'
- 'docs/**'
push:
branches:
- main
paths-ignore:
- 'docs/'
- 'docs/**'
schedule:
- cron: "0 0 * * *"

Expand Down

0 comments on commit 2e31462

Please sign in to comment.