File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
Expand file tree Collapse file tree 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 5050 env :
5151 SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
5252
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' }}
5555
5656 # Define the sequence of job steps...
5757 steps :
Original file line number Diff line number Diff line change 4747 env :
4848 SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
4949
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' }}
5252
5353 # Define the job's steps:
5454 steps :
Original file line number Diff line number Diff line change 44
55<section class =" release " id =" unreleased " >
66
7- ## Unreleased (2024-12-21 )
7+ ## Unreleased (2024-12-23 )
88
99<section class =" features " >
1010
You can’t perform that action at this time.
0 commit comments