Skip to content

Commit

Permalink
ci: run every monday
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKreil committed Jul 14, 2024
1 parent 5105900 commit 3685426
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- "**"
tags:
- "!**" # Don't run twice on commits with tags
schedule:
- cron "30 6 * * 1"
pull_request:
workflow_dispatch:

Expand Down Expand Up @@ -46,6 +48,6 @@ jobs:
run: npm run test-coverage

- name: Upload test coverage
uses: codecov/codecov-action@v4.0.1
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 3685426

Please sign in to comment.