We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d76e44 commit 3f160b5Copy full SHA for 3f160b5
.github/workflows/deploy.yml
@@ -6,7 +6,6 @@ on:
6
7
jobs:
8
build:
9
- if: false
10
runs-on: ${{ matrix.os }}
11
strategy:
12
matrix:
@@ -81,7 +80,7 @@ jobs:
81
80
trigger_deploy_workflow:
82
runs-on: ubuntu-latest
83
steps:
84
- - name: Trigger repository_dispatch
+ - name: Trigger repository_dispatch for release
85
shell: bash
86
run: |
87
curl -s -o /dev/null -w "%{http_code}" \
@@ -91,7 +90,7 @@ jobs:
91
90
https://api.github.com/repos/availproject/avail-light-infra/dispatches \
92
-d '{"event_type": "binary_release", "client_payload": {"avail_light_version": "${{ github.ref_name }}"}}'
93
94
- - name: Trigger repository dispatch for crawler build
+ - name: Trigger repository dispatch for crawler
95
if: false
96
97
0 commit comments