File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 66 branches : [master]
77 schedule :
88 - cron : 0 4 * * *
9+ workflow_dispatch :
10+ inputs :
11+ latest-version :
12+ description : ' Node version to use'
13+ required : false
14+ type : string
915
1016concurrency :
11- group : ${{ github.workflow }}-${{ github.ref || github.run_id }}
17+ group : ${{ github.workflow }}-${{ inputs.latest-version }}-${{ github.ref || github.run_id }}"
1218 cancel-in-progress : true
1319
1420env :
1521 MOCHA_OPTIONS : ${{ github.ref == 'refs/heads/master' && '--retries 1' || '' }}
22+ LATEST_VERSION : ${{ inputs.latest-version }}
1623
1724jobs :
1825 macos :
Original file line number Diff line number Diff line change 5050 - llmobs
5151 - platform
5252 - serverless
53+ - appsec
54+ - profiling
5355 runs-on : ubuntu-latest
5456 steps :
5557 - name : Trigger ${{matrix.workflow }} workflow
Original file line number Diff line number Diff line change 66 branches : [master]
77 schedule :
88 - cron : 0 4 * * *
9+ workflow_dispatch :
10+ inputs :
11+ latest-version :
12+ description : ' Node version to use'
13+ required : false
14+ type : string
915
1016concurrency :
11- group : ${{ github.workflow }}-${{ github.ref || github.run_id }}
17+ group : ${{ github.workflow }}-${{ inputs.latest-version }}-${{ github.ref || github.run_id }}"
1218 cancel-in-progress : true
1319
1420env :
1521 MOCHA_OPTIONS : ${{ github.ref == 'refs/heads/master' && '--retries 1' || '' }}
22+ LATEST_VERSION : ${{ inputs.latest-version }}
1623
1724jobs :
1825 macos :
You can’t perform that action at this time.
0 commit comments