Skip to content

Commit

Permalink
Fix bug which fails push
Browse files Browse the repository at this point in the history
  • Loading branch information
hetulvp committed Apr 20, 2024
1 parent 522c61c commit 6839934
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions .github/workflows/update_leaderboard.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
name: Update leaderboard on PR Merge.

on:
pull_request:
branches:
- development
types:
[closed]
permissions:
contents: write
push:
# pull_request:
# branches:
# - development
# types:
# [closed]

jobs:
leaderboard_evaluation:
Expand Down Expand Up @@ -66,7 +65,4 @@ jobs:
name: Commit changes
uses: EndBug/add-and-commit@v9
with:
author_name: hetulvp
author_email: [email protected]
message: 'Updated leader board'
add: 'session_2/challenge/leaderboard.md'
default_author: github_actions

0 comments on commit 6839934

Please sign in to comment.