Skip to content

Commit 9087f5e

Browse files
committed
Merge branch 'main' into nc/fix-fst-spec
2 parents 395dc89 + 62082e7 commit 9087f5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/spectesting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
pull_request:
66
branches:
7-
- none
7+
- main
88

99
concurrency:
1010
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}

.github/workflows/symbolcollision.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ concurrency:
2020
jobs:
2121
installation-test:
2222
# Don't run on private repo unless it is a PR.
23-
if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
23+
if: github.repository == 'Firebase/firebase-ios-sdk' || github.event_name == 'pull_request'
2424
runs-on: macos-15
2525

2626
steps:

0 commit comments

Comments
 (0)