From 64c8f7dc4fd2d09995d804c1ac30a3fd3d43add9 Mon Sep 17 00:00:00 2001 From: Ethan Date: Sun, 8 Sep 2024 14:47:00 +0800 Subject: [PATCH] chores: modify ci check --- .github/workflows/check-bsc-hardfork-bytecode.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check-bsc-hardfork-bytecode.yml b/.github/workflows/check-bsc-hardfork-bytecode.yml index 9dcaf8b9..c020a5f5 100644 --- a/.github/workflows/check-bsc-hardfork-bytecode.yml +++ b/.github/workflows/check-bsc-hardfork-bytecode.yml @@ -14,7 +14,7 @@ permissions: # Optional: allow read access to pull request. Use with `only-new-issues` option. # pull-requests: read jobs: - keyword_check: + check-keyword: runs-on: ubuntu-latest if: contains(github.event.pull_request.title, ' hardfork]') steps: @@ -23,3 +23,12 @@ jobs: - name: Run your CI script run: echo ${{github.event.pull_request.title}} + + test: + runs-on: ubuntu-latest + steps: + - name: Checkout repository + uses: actions/checkout@v2 + + - name: Run your CI script + run: echo "Test"