From e99ede1274ceb7647b1be6de57255c9f61c9a2ec Mon Sep 17 00:00:00 2001 From: Liudmila Molkova Date: Thu, 22 Feb 2024 12:37:06 -0800 Subject: [PATCH] workflow --- .github/workflows/checks.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index a387a9db22..3f506d3475 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -91,6 +91,13 @@ jobs: - name: verify semantic convention tables run: make table-check + semantic-conventions-compatibility: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - name: verify semantic convention compatibility with latest released version + run: make compatibility-check + schemas-check: runs-on: ubuntu-latest steps: