Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sliu008 committed Feb 13, 2024
1 parent 3172045 commit 4ea1a55
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@ jobs:
strategy:
fail-fast: false
max-parallel: 2
matrix:
short_name: ${{fromJson(needs.find_new.outputs.new_uat_associations[*].short_name)}}
concept_id: ${{fromJson(needs.find_new.outputs.new_uat_associations[*].concept_id)}}
matrix: ${{fromJson(needs.find_new.outputs.new_uat_associations)}}
runs-on: ubuntu-latest
name: UAT ${{ matrix.concept_id }}
steps:
Expand All @@ -66,9 +64,7 @@ jobs:
strategy:
fail-fast: false
max-parallel: 2
matrix:
short_name: ${{fromJson(needs.find_new.outputs.new_ops_associations[*].short_name)}}
concept_id: ${{fromJson(needs.find_new.outputs.new_ops_associations[*].concept_id)}}
matrix: ${{fromJson(needs.find_new.outputs.new_ops_associations)}}
runs-on: ubuntu-latest
name: OPS ${{ matrix.concept_id }}
steps:
Expand Down

0 comments on commit 4ea1a55

Please sign in to comment.