Skip to content

Commit

Permalink
Merge pull request #22 from monikakonieczna/Task-16-Deactivate-Night-…
Browse files Browse the repository at this point in the history
…Runs

Update nightly workflow to run on the first day of each month
  • Loading branch information
monikakonieczna authored Nov 26, 2024
2 parents 069c7c2 + 387929a commit f0fb328
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Nightly Workflow
name: Monthly Workflow
on:
schedule:
- cron: '0 0 * * *'
- cron: '0 0 1 * *'

jobs:
test:
Expand Down Expand Up @@ -30,4 +30,4 @@ jobs:
if: always()
with:
name: test-results
path: test-report.html
path: test-report.html

0 comments on commit f0fb328

Please sign in to comment.