From 1969dac6b9d8b074ff40c746fa5984a53a6c8d1d Mon Sep 17 00:00:00 2001 From: Preston Ong Date: Thu, 26 Sep 2024 18:13:31 +0800 Subject: [PATCH] update --- .github/workflows/build.yml | 2 +- .github/workflows/slither.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8bb1cd6..46f7955 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ on: workflow_dispatch: env: - DCAP_IMAGE_ID: 0x4052beb38db7869b15596d53c2d5c02c9307faffca9215e69b0f0d0e1812a6c2 + DCAP_IMAGE_ID: "0x4052beb38db7869b15596d53c2d5c02c9307faffca9215e69b0f0d0e1812a6c2" jobs: check: diff --git a/.github/workflows/slither.yml b/.github/workflows/slither.yml index e07a7fd..72e9875 100644 --- a/.github/workflows/slither.yml +++ b/.github/workflows/slither.yml @@ -31,6 +31,7 @@ jobs: - name: Create/update checklist as PR comment uses: actions/github-script@v7 + if: github.event_name == 'pull_request' env: REPORT: ${{ steps.slither.outputs.stdout }} with: