Skip to content

Commit

Permalink
Drop beta branch CI, update main branch CI to check for `flutter/…
Browse files Browse the repository at this point in the history
…games`
  • Loading branch information
domesticmouse committed Nov 8, 2023
1 parent 44b3db4 commit 5a6281b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 40 deletions.
37 changes: 0 additions & 37 deletions .github/workflows/beta.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Main Branch CI
name: Flutter Games CI

# Declare default permissions as read only.
permissions: read-all
Expand All @@ -20,7 +20,7 @@ jobs:
flutter-tests:
name: Test Flutter ${{ matrix.flutter_version }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
if: github.repository == 'flutter/samples'
if: github.repository == 'flutter/games'
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecards-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
analysis:
name: Scorecards analysis
runs-on: ubuntu-latest
if: ${{ github.repository == 'flutter/samples' }}
if: ${{ github.repository == 'flutter/games' }}
permissions:
# Needed to upload the results to code-scanning dashboard.
security-events: write
Expand Down

0 comments on commit 5a6281b

Please sign in to comment.