We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3ba097 commit 2ea32d8Copy full SHA for 2ea32d8
.github/workflows/log_to_splunk.yaml
@@ -2,6 +2,7 @@ name: Send Workflow Logs to Splunk
2
3
# Controls when the action will run.
4
on:
5
+ workflow_dispatch:
6
workflow_run:
7
workflows: ["*"]
8
types:
@@ -14,7 +15,7 @@ env:
14
15
jobs:
16
WriteLogs:
17
runs-on: ubuntu-latest
- if: ${{ github.event.workflow_run.name!='WriteLogs'}}
18
+ # if: ${{ github.event.workflow_run.name!='WriteLogs'}}
19
20
steps:
21
- uses: actions/checkout@v2
0 commit comments