Skip to content

Commit a22fb4a

Browse files
author
Matt Hughes
authored
build: fix schedule for python req. hygiene github action (#79)
1 parent 96c0726 commit a22fb4a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/upgrade-python-requirements.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Upgrade Requirements
22

33
on:
44
schedule:
5-
# will start the job at 17:15 UTC (roughly) every other Monday
6-
- cron: "15 17 8-14,22-28 * 1"
5+
# will start the job at 15:15 UTC every other week starting on the 5th of the month
6+
- cron: "15 15 5/14 * *"
77
workflow_dispatch:
88
inputs:
99
branch:
@@ -65,7 +65,7 @@ jobs:
6565
subject: Upgrade python requirements workflow failed in ${{github.repository}}
6666
6767
from: github-actions <[email protected]>
68-
body: Upgrade python requirements workflow in ${{github.repository}} failed! For details see "github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
68+
body: Upgrade python requirements workflow executed in ${{github.repository}}. For details see "github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}". Run failed.
6969

7070
- name: Send success notification
7171
uses: dawidd6/action-send-mail@v3
@@ -77,4 +77,4 @@ jobs:
7777
subject: Upgrade python requirements workflow executed successfully in ${{github.repository}}
7878
7979
from: github-actions <[email protected]>
80-
body: Upgrade python requirements workflow in ${{github.repository}} successfully created 'Python Requirements Update' PR. Please review it "github.com/${{ github.repository }}/pulls"
80+
body: Upgrade python requirements workflow executed in {{github.repository}}. For details see "github.com/${{ github.repository }}/pulls"

0 commit comments

Comments
 (0)