diff --git a/.github/workflows/ecosystem-submission.yml b/.github/workflows/ecosystem-submission.yml index c5cda8ebce..63f352fd6c 100644 --- a/.github/workflows/ecosystem-submission.yml +++ b/.github/workflows/ecosystem-submission.yml @@ -242,6 +242,7 @@ jobs: (startsWith(github.event.issue.title, '[Submission]:') && github.event.action == 'closed' && contains(github.event.issue.labels.*.name, 'submission') && contains(github.event.issue.labels.*.name, 'ready')) + runs-on: ubuntu-latest steps: - name: Create comment on success uses: peter-evans/create-or-update-comment@v3