Skip to content

Commit

Permalink
enable job
Browse files Browse the repository at this point in the history
  • Loading branch information
mike dupont committed Oct 9, 2023
1 parent 16f9b5b commit d44340d
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
name: runbot
on:
# workflow_dispatch : #only run when requested
# inputs:
# ai_name :
# type: string
# required: true
# ai_role:
# type: string
# required: true
# ai_goal_count:
# type: number
# required: true
# ai_goal_1:
# type: string
# required: true
# ai_goal_2:
# type: string
# ai_goal_3:
# type: string
# ai_goal_4:
# type: string
workflow_dispatch : #only run when requested
inputs:
ai_name :
type: string
required: true
ai_role:
type: string
required: true
ai_goal_count:
type: number
required: true
ai_goal_1:
type: string
required: true
ai_goal_2:
type: string
ai_goal_3:
type: string
ai_goal_4:
type: string

jobs:
run_bot:
Expand Down

0 comments on commit d44340d

Please sign in to comment.