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 7efc5fbCopy full SHA for 7efc5fb
.github/workflows/twister-publish.yaml
@@ -5,7 +5,6 @@ on:
5
workflows: ["Run tests with twister"]
6
branches:
7
- main
8
- - topic/ci/upload_results
9
- v*
10
types:
11
- completed
@@ -17,9 +16,6 @@ jobs:
17
16
ELASTICSEARCH_KEY: ${{ secrets.ELASTICSEARCH_KEY }}
18
ELASTICSEARCH_SERVER: "https://elasticsearch.zephyrproject.io:443"
19
runs-on: ubuntu-22.04
20
- # the build-and-test job might be skipped, we don't need to run this job then
21
- if: success() || failure()
22
-
23
steps:
24
# Needed for elasticearch and upload script
25
name: Checkout
0 commit comments