Skip to content

Merge branch 'release/2.026.23' #1048

Merge branch 'release/2.026.23'

Merge branch 'release/2.026.23' #1048

Workflow file for this run

name: CI of main
on:
push:
branches: [ main ]
jobs:
darker:
uses: ./.github/workflows/darker.yml
biome:
uses: ./.github/workflows/biome.yml
openapi:
uses: ./.github/workflows/openapi.yml
pytest:
uses: ./.github/workflows/pytest.yml
npm-test:
uses: ./.github/workflows/npm-test.yml
locale:
uses: './.github/workflows/locale.yml'
with:
base: 'HEAD^'
on-failure:
needs:
- darker
- openapi
- pytest
- biome
- npm-test
- locale
if: |
failure() &&
(needs.darker.result == 'failure' || needs.darker.result == 'timed_out' ||
needs.openapi.result == 'failure' || needs.openapi.result == 'timed_out' ||
needs.pytest.result == 'failure' || needs.pytest.result == 'timed_out' ||
needs.biome.result == 'failure' || needs.biome.result == 'timed_out' ||
needs.npm-test.result == 'failure' || needs.npm-test.result == 'timed_out' ||
needs.locale.result == 'failure' || needs.locale.result == 'timed_out')
uses: './.github/workflows/zulip.yml'
secrets: inherit
with:
topic: "Github Actions (main)"
content: ":boom: @*devs*, [run #${{github.run_number}}](${{github.server_url}}/${{github.repository}}/actions/runs/${{github.run_id}}) failed on `main` at [\"$COMMIT_TITLE\"](${{ github.event.compare }})"