Skip to content

Commit 2ea32d8

Browse files
committed
wip
1 parent b3ba097 commit 2ea32d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/log_to_splunk.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Send Workflow Logs to Splunk
22

33
# Controls when the action will run.
44
on:
5+
workflow_dispatch:
56
workflow_run:
67
workflows: ["*"]
78
types:
@@ -14,7 +15,7 @@ env:
1415
jobs:
1516
WriteLogs:
1617
runs-on: ubuntu-latest
17-
if: ${{ github.event.workflow_run.name!='WriteLogs'}}
18+
# if: ${{ github.event.workflow_run.name!='WriteLogs'}}
1819

1920
steps:
2021
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)