Skip to content

Commit

Permalink
Merge branch 'main' into endless_runner
Browse files Browse the repository at this point in the history
  • Loading branch information
domesticmouse authored Nov 8, 2023
2 parents 133b927 + 348685a commit 2b09387
Show file tree
Hide file tree
Showing 6 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
Empty file modified flutter_ci_script_beta.sh
100644 → 100755
Empty file.
Empty file modified flutter_ci_script_shared.sh
100644 → 100755
Empty file.
Empty file modified flutter_ci_script_stable.sh
100644 → 100755
Empty file.

0 comments on commit 2b09387

Please sign in to comment.