Skip to content

Commit

Permalink
ci: remove schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma11hewThomas committed Oct 6, 2024
1 parent 2a61b39 commit fc98e68
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ on:
pull_request:
branches:
- '**'
schedule:
- cron: '0 2 * * *'

jobs:
testing:
Expand All @@ -21,10 +19,6 @@ jobs:
run: npm install
- name: Build
run: npx tsc
- name: Test ai
run: node dist/index.js openai ctrf-reports/ctrf-report.json --annotate false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
if: github.event_name != 'schedule'
- name: Upload test results
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit fc98e68

Please sign in to comment.