Skip to content

Commit b23fd4b

Browse files
authored
WX-1611 Fix GHA ordering error (#7424)
1 parent 6767ef4 commit b23fd4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/chart_update_on_merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ jobs:
1111
if: github.event.pull_request.merged == true
1212
runs-on: ubuntu-latest
1313
steps:
14-
- id: get-jira-id
15-
uses: ./.github/library/get_jira_id
1614
- name: Clone Cromwell
1715
uses: actions/checkout@v2
1816
with:
1917
repository: broadinstitute/cromwell
2018
token: ${{ secrets.BROADBOT_GITHUB_TOKEN }} # Has to be set at checkout AND later when pushing to work
2119
path: cromwell
20+
- id: get-jira-id
21+
uses: ./.github/library/get_jira_id
2222
- uses: olafurpg/setup-scala@v10
2323
with:
2424
java-version: adopt@1.11

0 commit comments

Comments
 (0)