diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e9cc5b12..7725d330 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ on: jobs: ci: runs-on: ubuntu-20.04 - if: contains(github.event.pull_request.labels.*.name, 'BE') + if: contains(github.event.pull_request.labels.*.name, '💻 Be') steps: - name: Checkout repository