Skip to content

Commit

Permalink
new workflow added (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
sudhir-maurya authored Jul 19, 2024
1 parent a2d7c8c commit a5b3b2b
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/new-workflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: New Workflow

on:
workflow_dispatch:
inputs:
resource_dir:
description: "resource dir"
required: true
type: string

jobs:
build:
runs-on: self-hosted

steps:
- name: Checkout Repository
uses: actions/checkout@v2

- name: Run a Simple Command
run: echo "New, GitHub Runner!"



0 comments on commit a5b3b2b

Please sign in to comment.