Skip to content

Commit

Permalink
Test CI: Benign docstring change (#32629)
Browse files Browse the repository at this point in the history
  • Loading branch information
bnchrch authored Nov 17, 2023
1 parent 251bba1 commit 44450c3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/approve-and-merge-demo-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@ jobs:
checkFormat:
runs-on: ubuntu-latest
steps:
- uses: maael/confirm-checks-action
- name: Wait for formatters to succeed
id: wait-for-formatters
uses: lewagon/wait-on-check-action@v1.3.1
with:
github_token: ${{secrets.GH_PAT_APPROVINGTON_OCTAVIA}}
checks: "Apply All Formatting Rules"
ref: ${{ github.ref }}
check-name: "Apply All Formatting Rules"
repo-token: ${{ secrets.GH_PAT_APPROVINGTON_OCTAVIA }}
wait-interval: 30
- name: Comment if formatters failed
if: failure()
uses: peter-evans/create-or-update-comment@v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
@pass_pipeline_context
@click_ignore_unused_kwargs
async def test(pipeline_context: ClickPipelineContext):
"""Runs the tests for the given airbyte-ci package.
"""Runs the tests for the given airbyte-ci package
Args:
pipeline_context (ClickPipelineContext): The context object.
Expand Down

0 comments on commit 44450c3

Please sign in to comment.