From c72aa6605679c1fe9ee6d0e02e66036633c2d189 Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com> Date: Fri, 17 Jun 2022 13:49:51 +0530 Subject: [PATCH] fix: invalid template syntax (#46535) --- .github/workflows/welcome.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/welcome.yml b/.github/workflows/welcome.yml index a8847550578..80cee2d19e0 100644 --- a/.github/workflows/welcome.yml +++ b/.github/workflows/welcome.yml @@ -1,4 +1,4 @@ -name: New Contributor Welcome +name: Github - Welcome First-timers on: pull_request: types: @@ -6,6 +6,8 @@ on: jobs: welcome: + runs-on: ubuntu-latest + steps: - name: Welcome New Contributors if: github.event.pull_request.merged == true