File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ jobs:
126
126
name : target (${{ matrix.pretty }},${{ matrix.os }})
127
127
runs-on : ${{ matrix.os }}
128
128
needs : [shellcheck, test, generate-matrix, check]
129
- if : (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event_name == 'merge_group' || github.event_name == 'issue_comment') && needs.generate-matrix.outputs.matrix != '{}' && needs.generate-matrix.outputs.matrix != '[]' && needs.generate-matrix.outputs.matrix != ''
129
+ if : (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event_name == 'merge_group' || github.event_name == 'issue_comment' || github.event_name == 'schedule' ) && needs.generate-matrix.outputs.matrix != '{}' && needs.generate-matrix.outputs.matrix != '[]' && needs.generate-matrix.outputs.matrix != ''
130
130
concurrency :
131
131
group : ${{ github.workflow }}-${{ github.ref }}-${{ matrix.pretty }}
132
132
cancel-in-progress : false
@@ -240,7 +240,7 @@ jobs:
240
240
password : ${{ secrets.GITHUB_TOKEN }}
241
241
- name : Push image to GitHub Container Registry
242
242
if : >
243
- (github.event_name == 'push' || github.event_name == 'workflow_dispatch') &&
243
+ (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' ) &&
244
244
steps.prepare-meta.outputs.has-image && (
245
245
github.ref == format('refs/heads/{0}', github.event.repository.default_branch) ||
246
246
startsWith(github.ref, 'refs/tags/v')
You can’t perform that action at this time.
0 commit comments