Skip to content

Commit 49d70e1

Browse files
committed
Fix changes from testing commit
Previous commit should have beenn done to a test branch
1 parent ab91be3 commit 49d70e1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/check_format.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ jobs:
6666
runs-on: ubuntu-22.04
6767
if: always()
6868
name: Check Format (matrix)
69-
needs: [check_format, determine_changed]
69+
needs: check_format
7070
steps:
7171
- name: Check matrix
72-
if: ${{ needs.determine_changed.outputs.modules != "[]" && needs.check_format.result != 'success' }}
72+
if: needs.check_format.result != 'success'
7373
run: exit 1

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ More information about Firebase can be found at https://firebase.google.com.
88
## Table of contents
99

1010
1. [Getting Started](#getting-started)
11-
1211
1. [Testing](#testing)
1312
1. [Unit Testing](#unit-testing)
1413
1. [Integration Testing](#integration-testing)

0 commit comments

Comments
 (0)