Skip to content

Commit f733b93

Browse files
committed
revert actions workflows
1 parent a815bd1 commit f733b93

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

.gemini/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
]
88
}
99
}
10-
}
10+
}

.github/workflows/beta.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
os: [ubuntu-latest, macos-latest, windows-latest]
28+
channel: [beta]
2829
steps:
2930
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
3031
- uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00
@@ -33,7 +34,7 @@ jobs:
3334
java-version: '17'
3435
- uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
3536
with:
36-
channel: beta
37+
channel: ${{ matrix.channel }}
3738
- run: ./tool/flutter_ci_script_stable.sh
3839

3940
# Verify the Android add-to-app samples build and pass tests with the beta

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
java-version: '17'
3535
- uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
3636
with:
37-
channel: beta
37+
channel: ${{ matrix.flutter_version }}
3838
- run: flutter pub get && dart tool/ci_script.dart
3939

4040
# android-build:

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ yarn.lock
8484
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
8585

8686
.claude/
87-
logs/
87+
logs/

0 commit comments

Comments
 (0)