Skip to content

Commit

Permalink
Restore workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Jan 31, 2024
1 parent ebf2cb2 commit 51da726
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Pull Request Open

on:
# pull_request:
workflow_dispatch:
pull_request:

env:
REGISTRY: ghcr.io
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 51da726

Please sign in to comment.