From 7011a54c1b3bd3463b54311e4029d979faec02f0 Mon Sep 17 00:00:00 2001 From: Hetul Patel Date: Sat, 20 Apr 2024 22:42:50 +0530 Subject: [PATCH] try --- .github/workflows/update_leaderboard.yaml | 16 ++++++++-------- session_2/challenge/submissions/baseline_copy.py | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/update_leaderboard.yaml b/.github/workflows/update_leaderboard.yaml index ca29b76..f4d1d0e 100644 --- a/.github/workflows/update_leaderboard.yaml +++ b/.github/workflows/update_leaderboard.yaml @@ -1,15 +1,15 @@ name: Update leaderboard on PR Merge. -on: - pull_request: - branches: - - development - types: - [closed] - # on: # pull_request: -# types: [opened, reopened, synchronize] +# branches: +# - development +# types: +# [closed] + +on: + pull_request: + types: [opened, reopened, synchronize] jobs: leaderboard_evaluation: diff --git a/session_2/challenge/submissions/baseline_copy.py b/session_2/challenge/submissions/baseline_copy.py index 0ad174f..c8f6b3e 100644 --- a/session_2/challenge/submissions/baseline_copy.py +++ b/session_2/challenge/submissions/baseline_copy.py @@ -12,7 +12,7 @@ def build_prompt(self, job_description: str) -> str: prompt = f""" Say "YES" if the given job description is suitable for - a freshers other wise say "NO" + a freshers other wise say "NO". {job_description}.