Skip to content

Commit

Permalink
fix: run the action monthly
Browse files Browse the repository at this point in the history
  • Loading branch information
MaferMazu committed Jan 2, 2025
1 parent df52cce commit 6272d47
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Integration Test

on: [pull_request]
on:
schedule:
# Montlhy at 00:00
- cron: '0 0 1 * *'

jobs:
edx-platform-integration-test:
Expand Down

0 comments on commit 6272d47

Please sign in to comment.