Skip to content

Commit

Permalink
Try referencing property of deserialized json object
Browse files Browse the repository at this point in the history
  • Loading branch information
popematt committed Apr 10, 2024
1 parent dc63443 commit 8000b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
# build and test for different and interesting crate features
features: [ 'default', 'all', 'experimental-ion-hash', 'experimental' ]
# Map the friendly names from `available-runners` to the actual runner labels.
runs-on: ${{ needs.setup.outputs[matrix.os] }}
runs-on: ${{ fromJSON(needs.setup.outputs.runner-labels)[matrix.os] }}
# We want to run on external PRs, but not on internal ones as push automatically builds
# H/T: https://github.com/Dart-Code/Dart-Code/commit/612732d5879730608baa9622bf7f5e5b7b51ae65
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != 'amazon-ion/ion-rust'
Expand Down

0 comments on commit 8000b76

Please sign in to comment.