Skip to content

Commit 7872b73

Browse files
greenc-FNALCopilot
andauthored
Reorder steps for consistency
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 6632bf0 commit 7872b73

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/coverage.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,14 @@ jobs:
4949
repo: ${{ steps.pr.outputs.repo || github.repository }}
5050
base_sha: ${{ steps.pr.outputs.base_sha || github.event.pull_request.base.sha || github.event.before }}
5151
steps:
52-
- name: Detect act environment
53-
id: detect_act
54-
uses: Framework-R-D/phlex/.github/actions/detect-act-env@main
55-
5652
- name: Get PR Info
5753
if: github.event_name == 'issue_comment'
5854
id: pr
5955
uses: Framework-R-D/phlex/.github/actions/get-pr-info@main
6056

57+
- name: Detect act environment
58+
id: detect_act
59+
uses: Framework-R-D/phlex/.github/actions/detect-act-env@main
6160
detect-changes:
6261
needs: pre-check
6362
if: >

0 commit comments

Comments
 (0)