Skip to content

Commit

Permalink
ci: automatically run CI tests when PR open - part2 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
godruoyi authored Nov 5, 2024
1 parent 581665b commit 9c96197
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: benchmark

on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
push:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/gcscan.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: gcscan

on:
pull_request:
paths-ignore:
- README.md
schedule:
- cron: '0 0 * * *'
push:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/memory.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: memory

on:
pull_request:
paths-ignore:
- README.md
schedule:
- cron: '0 0 * * *'
push:
Expand Down

0 comments on commit 9c96197

Please sign in to comment.