Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions .github/workflows/basic_workflow_dispatch_example.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
name: Basic Workflow Dispatch Example

# manual trigger workflow
# This workflow can be manually triggered via the GitHub UI
# by going to the "Actions" tab, selecting this workflow, and clicking "Run workflow
on:
workflow_dispatch:

jobs:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- run: echo "We did the thing!"
- run: echo " We did the thing!"

19 changes: 0 additions & 19 deletions .github/workflows/workflow_dispatch_choice_input_example.yml

This file was deleted.

14 changes: 0 additions & 14 deletions .github/workflows/workflow_dispatch_environment_input_example.yml

This file was deleted.

14 changes: 0 additions & 14 deletions .github/workflows/workflow_dispatch_freeform_input_example.yml

This file was deleted.

25 changes: 0 additions & 25 deletions .github/workflows/workflow_dispatch_multiple_input_example.yml

This file was deleted.