Skip to content

Commit 554e4d8

Browse files
MOD-7858 MOD-7859 Add workflow dispatch to monterrey (#1283)
* initial * fix
1 parent 19f4a86 commit 554e4d8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/macos-build-and-deploy.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- master
77
tags:
88
- 'v[0-9]+.[0-9]+.[0-9]+'
9+
workflow_dispatch: # Allows you to run this workflow manually from the Actions tab
910

1011
jobs:
1112
build:
@@ -28,13 +29,13 @@ jobs:
2829
tests/pytest/requirements.*
2930
- name: Setup specific
3031
working-directory: setup/.install
31-
run: ./install_script.sh ${{ steps.mode.outputs.mode }}
32+
run: ./install_script.sh
3233
- name: Full checkout
3334
uses: actions/checkout@v3
3435
with:
3536
submodules: recursive
3637
- name: Setup common
37-
run: .install/common_installations.sh ${{ steps.mode.outputs.mode }}
38+
run: .install/common_installations.sh
3839

3940
- name: Get Redis
4041
uses: actions/checkout@v4

0 commit comments

Comments
 (0)