Skip to content

Commit

Permalink
Merge branch 'main' into feat/StateMinerInitialPledgeForSector
Browse files Browse the repository at this point in the history
  • Loading branch information
virajbhartiya authored Jan 8, 2025
2 parents acf8a8d + e08f599 commit ba6ebac
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 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 }}
6 changes: 3 additions & 3 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 Expand Up @@ -491,7 +491,7 @@ jobs:
name: 'forest-${{ runner.os }}'
- name: Run api compare tests
run: ./scripts/tests/api_compare/setup.sh
timeout-minutes: 120 # '${{ fromJSON(env.SCRIPT_TIMEOUT_MINUTES) }}'
timeout-minutes: '${{ fromJSON(env.SCRIPT_TIMEOUT_MINUTES) }}'
- name: Dump docker logs
if: always()
uses: jwalton/gh-docker-logs@v2
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 ba6ebac

Please sign in to comment.