Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
hetulvp committed Apr 20, 2024
1 parent c67c79e commit 7011a54
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/update_leaderboard.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion session_2/challenge/submissions/baseline_copy.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}.
Expand Down

0 comments on commit 7011a54

Please sign in to comment.