Skip to content

Commit 3f160b5

Browse files
committed
test matrix builds
1 parent 6d76e44 commit 3f160b5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66

77
jobs:
88
build:
9-
if: false
109
runs-on: ${{ matrix.os }}
1110
strategy:
1211
matrix:
@@ -81,7 +80,7 @@ jobs:
8180
trigger_deploy_workflow:
8281
runs-on: ubuntu-latest
8382
steps:
84-
- name: Trigger repository_dispatch
83+
- name: Trigger repository_dispatch for release
8584
shell: bash
8685
run: |
8786
curl -s -o /dev/null -w "%{http_code}" \
@@ -91,7 +90,7 @@ jobs:
9190
https://api.github.com/repos/availproject/avail-light-infra/dispatches \
9291
-d '{"event_type": "binary_release", "client_payload": {"avail_light_version": "${{ github.ref_name }}"}}'
9392
94-
- name: Trigger repository dispatch for crawler build
93+
- name: Trigger repository dispatch for crawler
9594
if: false
9695
shell: bash
9796
run: |

0 commit comments

Comments
 (0)