Skip to content

Commit

Permalink
WX-1611 Fix GHA ordering error (#7424)
Browse files Browse the repository at this point in the history
  • Loading branch information
aednichols committed May 8, 2024
1 parent 6767ef4 commit b23fd4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/chart_update_on_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- id: get-jira-id
uses: ./.github/library/get_jira_id
- name: Clone Cromwell
uses: actions/checkout@v2
with:
repository: broadinstitute/cromwell
token: ${{ secrets.BROADBOT_GITHUB_TOKEN }} # Has to be set at checkout AND later when pushing to work
path: cromwell
- id: get-jira-id
uses: ./.github/library/get_jira_id
- uses: olafurpg/setup-scala@v10
with:
java-version: adopt@1.11
Expand Down

0 comments on commit b23fd4b

Please sign in to comment.