We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5babeee commit 4389de1Copy full SHA for 4389de1
1 file changed
.github/workflows/log_to_splunk.yaml
@@ -6,6 +6,7 @@ on:
6
workflows: ["*"]
7
types:
8
- completed
9
+ workflow_dispatch:
10
11
env:
12
triggerID: ${{ github.event.workflow_run.id }}
@@ -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