Skip to content

Commit ab0d461

Browse files
committed
fix(ci): remove ´needs´ directives
1 parent fd53bef commit ab0d461

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/push.tag-beta.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ concurrency:
1111

1212
jobs:
1313
flutter-build:
14-
needs: [ flutter-test-analyze ]
1514
uses: ./.github/workflows/action.flutter.build.yaml
1615
with:
1716
flutter_version: '3.19.3'

.github/workflows/push.tag-prod.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ concurrency:
1111

1212
jobs:
1313
flutter-build:
14-
needs: [ flutter-test-analyze ]
1514
uses: ./.github/workflows/action.flutter.build.yaml
1615
with:
1716
flutter_version: '3.19.3'

0 commit comments

Comments
 (0)