Skip to content

Commit

Permalink
[Fix] 🤔 Github Action Trigger Conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry-zklcdc committed Mar 9, 2024
1 parent 9675029 commit 4b791dc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cloudflare-worker-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Cloudfalre Worker Deploy
on:
push:
branches:
- master
repository_dispatch:
workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build Go-Proxy-BingAI Nightly
on:
schedule:
- cron: '0 18 * * *'
- cron: '0 16 * * *'
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-upstream.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Upstream Sync
on:
schedule:
- cron: '0 16 * * *'
- cron: '0 0 * * *'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 4b791dc

Please sign in to comment.