Skip to content

Commit

Permalink
fix: fixing some of the workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
paulushcgcj authored Jan 31, 2024
1 parent 6d9c614 commit 183b95d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Pull Request Open

on:
# pull_request:
pull_request:
workflow_dispatch:

env:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Scheduled

on:
pull_request:
# schedule: [cron: "0 11 * * 6"] # 3 AM PST = 12 PM UDT, Saturdays
# workflow_dispatch:
schedule: [cron: "0 11 * * 6"] # 3 AM PST = 12 PM UDT, Saturdays
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 183b95d

Please sign in to comment.