Skip to content

Commit

Permalink
feat: manual triggered ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Barber0 committed Feb 22, 2024
1 parent 5206300 commit 16bb123
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion .github/workflows/aspect-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [ ci_test ]
pull_request:
branches: [ ci_test ]
workflow_dispatch: {}

jobs:
type-check:
Expand Down Expand Up @@ -50,4 +51,24 @@ jobs:
test_script: "context-permission-check.test.js"
key_attack_accounts: ""
key_privateKey: "0x91f6dc1e7bd0d5c1b2810865825bfaa926062a5d0f8f608019efc051365b8c91"
key_aspect_accounts: ""
key_aspect_accounts: ""


# name: Manual workflow
# on:
# workflow_dispatch:
# inputs:
# logLevel:
# description: 'Log level'
# required: true
# default: 'warning'
# tags:
# description: 'Test scenario tags'
# required: false
# jobs:
# build:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - name: Run a one-line script
# run: echo Hello, world!

0 comments on commit 16bb123

Please sign in to comment.