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 70a4975 commit 66a87f9Copy full SHA for 66a87f9
.github/workflows/twister-publish.yaml
@@ -5,13 +5,13 @@ on:
5
workflows: ["Run tests with twister"]
6
branches:
7
- main
8
- - topic/ci/upload_results
9
- v*
10
types:
11
- completed
12
13
jobs:
14
twister-upload-to-elasticsearch:
+ if: github.repository == 'zephyrproject-rtos/zephyr-testing'
15
name: "Publish Tests Results to Elasticsearch"
16
env:
17
ELASTICSEARCH_KEY: ${{ secrets.ELASTICSEARCH_KEY }}
0 commit comments