Skip to content

Commit

Permalink
order
Browse files Browse the repository at this point in the history
  • Loading branch information
nashif committed Feb 8, 2025
1 parent b07db61 commit e53b0b5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/twister.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,14 @@ jobs:
if: success() || failure()

steps:
- name: Check out source code
if: needs.twister-build.result == 'failure'
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
persist-credentials: false

- name: Download Artifacts
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -244,14 +252,6 @@ jobs:
files: "**/twister.xml"
comment_mode: off

- name: Check out source code
if: needs.twister-build.result == 'failure'
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
persist-credentials: false

- name: Analyze Twister Reports
if: needs.twister-build.result == 'failure'
run: |
Expand Down

0 comments on commit e53b0b5

Please sign in to comment.