Skip to content

Commit

Permalink
bazel_worker: Fix broken bad action (#1680)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo authored Dec 16, 2024
1 parent 71c9cc1 commit 4dcd4d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bazel_worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
sdk: ${{ matrix.sdk }}
- run: dart pub get
- run: "dart format --output=none --set-exit-if-changed ."
if: ${{ matrix.sdk == dev }}
if: ${{ matrix.sdk == 'dev' }}
- name: Test
run: ./tool/travis.sh

0 comments on commit 4dcd4d9

Please sign in to comment.