Skip to content

Commit

Permalink
Remove weekly job in favor of CI
Browse files Browse the repository at this point in the history
  • Loading branch information
udoprog committed May 29, 2024
1 parent 73b1b0c commit 2e49b41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
push:
branches:
- main
schedule:
- cron: '6 2 * * 6'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
19 changes: 0 additions & 19 deletions .github/workflows/weekly.yml

This file was deleted.

0 comments on commit 2e49b41

Please sign in to comment.