Skip to content

Commit fc98e68

Browse files
committed
ci: remove schedule
1 parent 2a61b39 commit fc98e68

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/main.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ on:
77
pull_request:
88
branches:
99
- '**'
10-
schedule:
11-
- cron: '0 2 * * *'
1210

1311
jobs:
1412
testing:
@@ -21,10 +19,6 @@ jobs:
2119
run: npm install
2220
- name: Build
2321
run: npx tsc
24-
- name: Test ai
25-
run: node dist/index.js openai ctrf-reports/ctrf-report.json --annotate false
26-
env:
27-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2822
if: github.event_name != 'schedule'
2923
- name: Upload test results
3024
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)