Skip to content

Commit f0fb328

Browse files
Merge pull request #22 from monikakonieczna/Task-16-Deactivate-Night-Runs
Update nightly workflow to run on the first day of each month
2 parents 069c7c2 + 387929a commit f0fb328

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nightly-workflow.yml renamed to .github/workflows/monthly-workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
name: Nightly Workflow
1+
name: Monthly Workflow
22
on:
33
schedule:
4-
- cron: '0 0 * * *'
4+
- cron: '0 0 1 * *'
55

66
jobs:
77
test:
@@ -30,4 +30,4 @@ jobs:
3030
if: always()
3131
with:
3232
name: test-results
33-
path: test-report.html
33+
path: test-report.html

0 commit comments

Comments
 (0)