refactor(ci): use app_name for matrix building for deploy-cloudflare-workers-preview-upload
This commit is contained in:
@@ -14,7 +14,7 @@ env:
|
||||
jobs:
|
||||
on-success:
|
||||
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||
name: Deploy
|
||||
name: Deploy - ${{ matrix.app_name }}
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
permissions:
|
||||
|
||||
Reference in New Issue
Block a user