Skip to content

Commit

Permalink
Updated Developer Guide
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed May 24, 2024
1 parent fcc01b2 commit 9c11089
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/branch-protection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: Branch Protection

on: workflow_call

# This workflow can be added used to allow merging to branch "main" only if
# the workflow has been executed successfully.

jobs:
branch-protection-job:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
needs: [ ci-job ]
uses: ./.github/workflows/report.yml


gate-1-regular-ci:
name: Gate 1 (Regular CI)
needs: [ ci-job ]
Expand Down
2 changes: 1 addition & 1 deletion doc/developer_guide/developer_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Executing the integration tests requires the following environment variables to

Some of the test cases verify connecting to a SaaS database instance and execution will take about 20 minutes.

These test cases are disabled by default and will only be executed when your PR has the label `slow-tests`.
These test cases are disabled by default and will only be executed by adding a comment `[run-slow-tests]` to your pull request.

## Creating a Release

Expand Down

0 comments on commit 9c11089

Please sign in to comment.