Skip to content

Commit

Permalink
#55: Add comments and cron job for test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
jwallwork23 committed Feb 7, 2024
1 parent 0cf87e1 commit 3a2d914
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test_suite.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
name: Build Movement

on:
# Push to main or PR
# Run test suite whenever main is updated
push:
branches:
- main

# Run test suite whenever commits are pushed to an open PR
pull_request:

# Run test suite every Sunday at 1AM
schedule:
- cron: '0 1 * * 0'

jobs:
build:
name: "Build Movement"
Expand Down

0 comments on commit 3a2d914

Please sign in to comment.