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 d5ff023 commit 98d1bfcCopy full SHA for 98d1bfc
.github/workflows/ci.yml
@@ -20,9 +20,9 @@ jobs:
20
runs-on: pg01-rocm
21
strategy:
22
matrix:
23
- target: ${{ fromJSON(
24
- (github.event_name == 'workflow_dispatch' && inputs || github.event.client_payload).targets
25
- ) }}
+ target: ${{
+ github.event_name == 'workflow_dispatch' && fromJSON(inputs.targets) || github.event.client_payload.targets
+ }}
26
env:
27
RUN_URL: '${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}'
28
RUN_TRIGGER: ${{
0 commit comments