Skip to content

Commit 7efc5fb

Browse files
committed
wip
Signed-off-by: Anas Nashif <[email protected]>
1 parent 70a4975 commit 7efc5fb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/twister-publish.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
workflows: ["Run tests with twister"]
66
branches:
77
- main
8-
- topic/ci/upload_results
98
- v*
109
types:
1110
- completed
@@ -17,9 +16,6 @@ jobs:
1716
ELASTICSEARCH_KEY: ${{ secrets.ELASTICSEARCH_KEY }}
1817
ELASTICSEARCH_SERVER: "https://elasticsearch.zephyrproject.io:443"
1918
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-
2319
steps:
2420
# Needed for elasticearch and upload script
2521
name: Checkout

0 commit comments

Comments
 (0)