From 1ce7a658431be550bc3631e9ffabfd1416c6c18b Mon Sep 17 00:00:00 2001 From: zernonia Date: Tue, 16 Jan 2024 23:03:49 +0800 Subject: [PATCH] chore: use static test --- .github/workflows/publish.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index f591d428..112197b4 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -50,10 +50,10 @@ jobs: }} steps: - - name: Checkout + - name: Checkout test uses: actions/checkout@v3 with: - ref: ${{ github.event.pull_request.head.ref || github.ref }} + ref: test fetch-depth: 0 - name: Print pull request head information @@ -104,7 +104,7 @@ jobs: gitHubToken: ${{ secrets.GITHUB_TOKEN }} # Optional: Switch what branch you are publishing to. # By default this will be the branch which triggered this workflow - # branch: main + branch: test # Optional: Change the working directory workingDirectory: apps/www wranglerVersion: '3'