Update flutter.yml
This commit is contained in:
2
.github/workflows/flutter.yml
vendored
2
.github/workflows/flutter.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
|||||||
if: |
|
if: |
|
||||||
(needs.lint.result == 'failure' &&
|
(needs.lint.result == 'failure' &&
|
||||||
needs.lint.outputs.needs_formatting == 'true') &&
|
needs.lint.outputs.needs_formatting == 'true') &&
|
||||||
github.event_name == 'push' &&
|
github.event_name == 'push'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user