Skip to content

Commit ab91be3

Browse files
committed
more more
1 parent 5ea084a commit ab91be3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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
69+
needs: [check_format, determine_changed]
7070
steps:
7171
- name: Check matrix
72-
if: needs.check_format.result != 'success'
72+
if: ${{ needs.determine_changed.outputs.modules != "[]" && needs.check_format.result != 'success' }}
7373
run: exit 1

README.md

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

1010
1. [Getting Started](#getting-started)
11+
1112
1. [Testing](#testing)
1213
1. [Unit Testing](#unit-testing)
1314
1. [Integration Testing](#integration-testing)

0 commit comments

Comments
 (0)