Skip to content

Commit

Permalink
add the schedule back in
Browse files Browse the repository at this point in the history
  • Loading branch information
Theodlz committed Sep 19, 2024
1 parent 6a5e745 commit 84ce5b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/continous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
pull_request:
merge_group:

# run the pipeline on the 0th minute of the 0th hour of day 1 and 15 every month
schedule:
- cron: '0 0 1,15 * *'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down

0 comments on commit 84ce5b0

Please sign in to comment.