Skip to content

chore: update 2025-01-29-community-meeting.mdx #12

chore: update 2025-01-29-community-meeting.mdx

chore: update 2025-01-29-community-meeting.mdx #12

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
concurrency:
group: docusaurus-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
uses: ./.github/workflows/ci_build.yml
ci-check:
needs: [build]
if: ${{ always() }}
uses: ./.github/workflows/workflow_check.yml
with:
pass-condition: ${{ contains(needs.*.result, 'failure') == false }}