Skip to content

Commit

Permalink
ci: remove cron and add workflow_dispatch
Browse files Browse the repository at this point in the history
Signed-off-by: wenxin.leong <[email protected]>
  • Loading branch information
wxleong committed Nov 19, 2024
1 parent 23e8e74 commit 185dc61
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name:
CI
on:
workflow_dispatch:
push:
pull_request:
schedule:
- cron: '0 0 * * MON'
#schedule:
# - cron: '0 0 * * MON'
jobs:
test:
name: 'Testing'
Expand Down

0 comments on commit 185dc61

Please sign in to comment.