Skip to content

Commit

Permalink
chore: Update Git PR Sanity and Git PR Size workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jnmcfly committed Aug 15, 2024
1 parent 726e65d commit 84bbbcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/git-pr-sanity.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Git PR Sanity
on:
schedule:
- cron: "0 0 * * 1-5"
workflow_call:

jobs:
git-pr-sanity:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/git-pr-size.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Git PR Size
on:
pull_request:
types: [opened, synchronize, reopened]
workflow_call:

jobs:
git-pr-size:
Expand Down

0 comments on commit 84bbbcb

Please sign in to comment.