Skip to content

Commit 4389de1

Browse files
committed
wip
1 parent 5babeee commit 4389de1

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
@@ -6,6 +6,7 @@ on:
66
workflows: ["*"]
77
types:
88
- completed
9+
workflow_dispatch:
910

1011
env:
1112
triggerID: ${{ github.event.workflow_run.id }}
@@ -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)