Manav Rathi преди 1 година
родител
ревизия
8c23090abd
променени са 1 файла, в които са добавени 2 реда и са изтрити 3 реда
  1. 2 3
      .github/workflows/web-preview.yml

+ 2 - 3
.github/workflows/web-preview.yml

@@ -1,7 +1,6 @@
 name: "Preview (web)"
 name: "Preview (web)"
 
 
 on:
 on:
-    push: # <- temporarily added so that we can register the action
     workflow_dispatch:
     workflow_dispatch:
         inputs:
         inputs:
             app:
             app:
@@ -39,10 +38,10 @@ jobs:
             - name: Install dependencies
             - name: Install dependencies
               run: yarn install
               run: yarn install
 
 
-            - name: Build accounts
+            - name: Build ${{ inputs.app }}
               run: yarn build:${{ inputs.app }}
               run: yarn build:${{ inputs.app }}
 
 
-            - name: Publish accounts
+            - name: Publish ${{ inputs.app }} to preview
               uses: cloudflare/pages-action@1
               uses: cloudflare/pages-action@1
               with:
               with:
                   accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
                   accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}