diff --git a/.github/workflows/meet.yml b/.github/workflows/ci.yml similarity index 99% rename from .github/workflows/meet.yml rename to .github/workflows/ci.yml index 9c36994a..fd319e2c 100644 --- a/.github/workflows/meet.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: meet Workflow +name: CI on: push: @@ -26,7 +26,7 @@ jobs: - name: Enforce absence of print statements in code if: always() run: | - ! git diff origin/${{ github.event.pull_request.base.ref }}..HEAD -- . ':(exclude)**/meet.yml' | grep "print(" + ! git diff origin/${{ github.event.pull_request.base.ref }}..HEAD -- . ':(exclude).github/workflows/**' | grep "print(" - name: Check absence of fixup commits if: always() run: |