Skip to content

Commit

Permalink
chores: modify ci check
Browse files Browse the repository at this point in the history
  • Loading branch information
cosinlink committed Sep 8, 2024
1 parent e882dad commit 3cfa57b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-bsc-hardfork-bytecode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ permissions:
jobs:
keyword_check:
runs-on: ubuntu-latest
if: contains(github.event.pull_request.title, '[hardfork:')
if: contains(github.event.pull_request.title, ' hardfork]')
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 3cfa57b

Please sign in to comment.