Skip to content

Commit

Permalink
Scheduling a weekly test
Browse files Browse the repository at this point in the history
  • Loading branch information
Iximiel authored Jan 13, 2025
1 parent 71d60f2 commit 1d27e88
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Test

on: [push]
on:
push:
pull_request:
schedule:
#weekly scheduled
- cron: '0 0 * * 1'

jobs:
test_main:
Expand Down

0 comments on commit 1d27e88

Please sign in to comment.