Skip to content

Commit 7737304

Browse files
authored
workflow dispatch
1 parent ec68ed8 commit 7737304

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/DataMiner+CI+Automation.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ on:
55
tags:
66
- '[0-9]+.[0-9]+.[0-9]+.[0-9]+'
77
- '[0-9]+.[0-9]+.[0-9]+.[0-9]+-[0-9a-zA-Z]+'
8-
workflow_dispatch:
8+
# Allows you to run this workflow manually from the Actions tab
9+
workflow_dispatch:
910
jobs:
1011
CI:
1112
uses: ./.github/workflows/Automation Master SDK Workflow.yml

.github/workflows/temp.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on:
44
branches: []
55
tags:
66
- '[0-9]+.[0-9]+.[0-9]+'
7-
workflow_dispatch:
7+
# Allows you to run this workflow manually from the Actions tab
8+
workflow_dispatch:
89
jobs:
910
CI:
1011
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)