Skip to content

Commit

Permalink
Check if underscores fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle committed Oct 6, 2023
1 parent 96281ff commit ca50af3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dart_vm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
type: string

jobs:
test-dart_vm:
test-dart-vm:
name: Test
runs-on: ubuntu-latest
timeout-minutes: 60
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flutter_vm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
type: boolean

jobs:
test-flutter_vm:
test-flutter-vm:
name: Test
runs-on: ${{ inputs.has-goldens && 'macos-latest' || 'ubuntu-latest' }}
timeout-minutes: 60
Expand Down

0 comments on commit ca50af3

Please sign in to comment.