Skip to content

Commit

Permalink
chore: Update pull request number handling in readme and video-todo g…
Browse files Browse the repository at this point in the history
…enerators
  • Loading branch information
dragonfire1119 committed May 4, 2024
1 parent ca3952b commit c2f9bee
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/readme-generator.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
name: Readme Generator

# on:
# workflow_dispatch:
# schedule:
# - cron: "0 0 * * *"

on:
pull_request:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"

jobs:
generate-readme-file:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/[email protected]
with:
fetch-depth: 0 # Fetch all history

- name: Install Bun
uses: oven-sh/setup-bun@v1
Expand Down
11 changes: 5 additions & 6 deletions .github/workflows/video-todo-generator.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
name: Video Todo Generator

# on:
# workflow_dispatch:
# schedule:
# - cron: "0 0 * * *"

on:
pull_request:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"

jobs:
generate-readme-file:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/[email protected]
with:
fetch-depth: 0 # Fetch all history

- name: Install Bun
uses: oven-sh/setup-bun@v1
Expand Down

0 comments on commit c2f9bee

Please sign in to comment.