From a8529b327e1fd63e2d354a68ba4a312c211eb1db Mon Sep 17 00:00:00 2001 From: jerrykingxyz Date: Fri, 27 Dec 2024 14:21:27 +0800 Subject: [PATCH] test --- .github/workflows/ecosystem-benchmark.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ecosystem-benchmark.yml b/.github/workflows/ecosystem-benchmark.yml index 413e3e6e3c8..bb4dca62381 100644 --- a/.github/workflows/ecosystem-benchmark.yml +++ b/.github/workflows/ecosystem-benchmark.yml @@ -10,6 +10,7 @@ on: push: branches: - main + - jerry/test paths-ignore: - "**/*.md" - "website/**" @@ -29,7 +30,7 @@ jobs: target: x86_64-unknown-linux-gnu native: ${{ needs.get-runner-labels.outputs.LINUX_RUNNER_LABELS == '"ubuntu-22.04"' }} runner: ${{ needs.get-runner-labels.outputs.LINUX_RUNNER_LABELS }} - ref: ${{ github.event_name == 'workflow_dispatch' && format('pull/{0}/head', inputs.pr) || "refs/heads/main" }} + ref: ${{ github.event_name == 'workflow_dispatch' && format('pull/{0}/head', inputs.pr) || 'refs/heads/main' }} test: false bench: false @@ -41,7 +42,7 @@ jobs: - id: create-comment uses: actions/github-script@v7 with: - github-token: ${{ GITHUB_TOKEN }} + github-token: ${{ secrets.GITHUB_TOKEN }} result-encoding: string script: | const url = `${context.serverUrl}//${context.repo.owner}/${context.repo.repo}/actions/runs/${context.runId}`