Skip to content

Commit 4f9ecd0

Browse files
committed
stop testing with rails_main in ci workflow
1 parent 217650f commit 4f9ecd0

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
- rails7.1
2222
- rails7.2
2323
- rails8.0
24-
- rails_main
2524
include: []
2625
exclude:
2726
- ruby: '3.4'

.github/workflows/rails_main_testing.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
schedule:
55
- cron: "0 0 * * *" # Run every day at 00:00 UTC
66
workflow_dispatch:
7+
push:
78

89
jobs:
910
specs:

0 commit comments

Comments
 (0)