File tree 4 files changed +6
-5
lines changed
4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change
1
+ 2024-12-23T02:22:58.575Z
Original file line number Diff line number Diff line change 50
50
env :
51
51
SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
52
52
53
- # Run workflow job if `publish` workflow run is successful or when the workflow is manually run :
54
- if : ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}
53
+ # Run workflow job if `publish` workflow run is successful or when the workflow is manually triggered or on a schedule :
54
+ if : ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' }}
55
55
56
56
# Define the sequence of job steps...
57
57
steps :
Original file line number Diff line number Diff line change 47
47
env :
48
48
SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
49
49
50
- # Run workflow job if `publish` workflow run is successful or when the workflow is manually run :
51
- if : ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}
50
+ # Run workflow job if `publish` workflow run is successful or when the workflow is manually triggered or on a schedule :
51
+ if : ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' }}
52
52
53
53
# Define the job's steps:
54
54
steps :
Original file line number Diff line number Diff line change 4
4
5
5
<section class =" release " id =" unreleased " >
6
6
7
- ## Unreleased (2024-12-21 )
7
+ ## Unreleased (2024-12-23 )
8
8
9
9
<section class =" features " >
10
10
You can’t perform that action at this time.
0 commit comments