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 3cfa57b commit 64c8f7d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/check-bsc-hardfork-bytecode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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"

0 comments on commit 64c8f7d

Please sign in to comment.