Skip to content

Commit

Permalink
chore: make References autocommit
Browse files Browse the repository at this point in the history
  • Loading branch information
Lancetnik committed May 30, 2024
1 parent 47c08e6 commit e186329
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docs_update-references.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,5 @@ jobs:
run: pip install -e ".[dev]"
- name: Run build docs
run: bash scripts/build-docs.sh
- name: Check for changes
id: git-diff
run: git diff --exit-code
- name: Commit
uses: stefanzweifel/git-auto-commit-action@v5
1 change: 1 addition & 0 deletions .github/workflows/pr_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
types:
- opened
- synchronize
- review_requested
paths:
- faststream/**
- tests/**
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/publish_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
- uses: dawidd6/action-download-artifact@v3.1.4 # nosemgrep
with:
workflow: pr_tests.yaml
commit: ${{ github.event.workflow_run.head_sha }}
workflow_conclusion: success
if_no_artifact_found: fail

- run: smokeshow upload coverage-html
env:
Expand Down

0 comments on commit e186329

Please sign in to comment.