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 95652b3 commit b376f2a
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: '44 6 * * 0'

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 b376f2a

Please sign in to comment.