Skip to content

Commit c572d6a

Browse files
authored
chore: fix ci mpl head gha (#1306)
1 parent 33d7ee4 commit c572d6a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/mpl-head.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name: CI MPL HEAD
33

44
on:
5+
workflow_dispatch:
56
schedule:
67
- cron: "00 14 * * 1-5"
78

@@ -17,7 +18,7 @@ jobs:
1718
if: github.event_name != 'schedule' || github.repository_owner == 'aws'
1819
uses: ./.github/workflows/mpl_head_version.yml
1920
with:
20-
mpl-head: true
21+
mpl-head: main
2122
mpl-head-ci-format:
2223
needs: getVersion
2324
if: github.event_name != 'schedule' || github.repository_owner == 'aws'

0 commit comments

Comments
 (0)