Skip to content

Commit

Permalink
Update CICD.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
freddydk authored Jan 18, 2025
1 parent b3bd31b commit baa459e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/CICD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: ' CI/CD'

on:
workflow_dispatch:
schedule:
- cron: '5 4 * * *'
- cron: '5 7 * * *'
schedule: [ cron: '5 4 * * *', cron: '5 7 * * *' ]
push:
paths-ignore:
- '**.md'
Expand Down

0 comments on commit baa459e

Please sign in to comment.