We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33d7ee4 commit c572d6aCopy full SHA for c572d6a
.github/workflows/mpl-head.yml
@@ -2,6 +2,7 @@
2
name: CI MPL HEAD
3
4
on:
5
+ workflow_dispatch:
6
schedule:
7
- cron: "00 14 * * 1-5"
8
@@ -17,7 +18,7 @@ jobs:
17
18
if: github.event_name != 'schedule' || github.repository_owner == 'aws'
19
uses: ./.github/workflows/mpl_head_version.yml
20
with:
- mpl-head: true
21
+ mpl-head: main
22
mpl-head-ci-format:
23
needs: getVersion
24
0 commit comments