diff --git a/.github/workflows/contribution-ready-to-be-worked.yml b/.github/workflows/contribution-ready-to-be-worked.yml index 4d8f4c5e665f..d4ff7c4f1d14 100644 --- a/.github/workflows/contribution-ready-to-be-worked.yml +++ b/.github/workflows/contribution-ready-to-be-worked.yml @@ -12,11 +12,9 @@ jobs: runs-on: ubuntu-latest if: ${{ ( - contains(github.event.label.name, format('needs{0} code contribution',':')) && (!contains(github.event.issue.labels.*.name, format('needs{0} design contribution', - ':'))) + contains(github.event.label.name, format('needs{0} code contribution', ':')) && (!contains(github.event.issue.labels.*.name, format('needs{0} design contribution', ':'))) ) || ( - contains(github.event.label.name, format('needs{0} code contribution')) && (!contains(github.event.issue.labels.*.name, - format('needs{0} design contribution', ':'))) + contains(github.event.label.name, format('needs{0} design contribution', ':')) && (!contains(github.event.issue.labels.*.name, format('needs{0} code contribution', ':'))) )}} steps: - name: Log github event