Skip to content

Commit

Permalink
fixed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitiz-okahu committed Jul 8, 2024
1 parent 9ffa6ed commit 3d4f6f1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ name: "CodeQL"

on:
push:
branches: [ "kshitiz/add_sample_for_js" ]
branches: [ "kshitiz/prasad_setup_progress" ]
pull_request:
branches: [ "kshitiz/add_sample_for_js" ]
branches: [ "kshitiz/prasad_setup_progress" ]
schedule:
- cron: '17 14 * * 3'

Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/repolinter.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
name: "repolinter"

on:
push:
branches: [ "kshitiz/prasad_setup_progress" ]
pull_request:
branches: [ "kshitiz/prasad_setup_progress" ]
schedule:
- cron: '17 14 * * 3'

description: "Runs the TODO group's REPOLINTER over your repository"
branding:
icon: "check"
Expand Down

0 comments on commit 3d4f6f1

Please sign in to comment.