Skip to content

Commit

Permalink
Add cron trigger to test
Browse files Browse the repository at this point in the history
Adds a weekly cron trigger to run the workflow periodically.

Signed-off-by: Pradyumna Krishna <[email protected]>
  • Loading branch information
PradyumnaKrishna committed Aug 17, 2023
1 parent 9b60b4b commit 934eee1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Cross compatibility test

on: [push, pull_request, workflow_dispatch]
on:
push:
pull_request:
workflow_dispatch:
schedule:
- cron: '0 0 * * 1'


jobs:
test:
Expand Down

0 comments on commit 934eee1

Please sign in to comment.