Init workflows
This commit is contained in:
21
.gitea/workflows/test_ai_workflow.yaml
Normal file
21
.gitea/workflows/test_ai_workflow.yaml
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
name: Test Workflow Triggers
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
inputs:
|
||||||
|
submissionId:
|
||||||
|
description: 'Submission ID'
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
challengeId:
|
||||||
|
description: 'Challenge ID'
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
workflow-trigger-test:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- run: |
|
||||||
|
echo "Submission ID: ${{ inputs.submissionId }}"
|
||||||
|
echo "Challenge ID: ${{ inputs.challengeId }}"
|
||||||
21
.gitea/workflows/test_ai_workflows.yaml
Normal file
21
.gitea/workflows/test_ai_workflows.yaml
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
name: Test Workflow Triggers
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
inputs:
|
||||||
|
submissionId:
|
||||||
|
description: 'Submission ID'
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
challengeId:
|
||||||
|
description: 'Challenge ID'
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
workflow-trigger-test:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- run: |
|
||||||
|
echo "Submission ID: ${{ inputs.submissionId }}"
|
||||||
|
echo "Challenge ID: ${{ inputs.challengeId }}"
|
||||||
Reference in New Issue
Block a user