Introduce the possibility to send elementary alerts to Microsoft Teams using an incoming webhook in Teams #1754
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test main warehouse platform | |
on: | |
pull_request: | |
branches: ["master"] | |
paths: | |
- elementary/** | |
- pyproject.toml | |
workflow_dispatch: | |
jobs: | |
test: | |
uses: ./.github/workflows/test-warehouse.yml | |
with: | |
warehouse-type: postgres | |
secrets: inherit |