We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 395dc89 + 62082e7 commit 9087f5eCopy full SHA for 9087f5e
.github/workflows/spectesting.yml
@@ -4,7 +4,7 @@ on:
4
workflow_dispatch:
5
pull_request:
6
branches:
7
- - none
+ - main
8
9
concurrency:
10
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
.github/workflows/symbolcollision.yml
@@ -20,7 +20,7 @@ concurrency:
20
jobs:
21
installation-test:
22
# 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'
+ if: github.repository == 'Firebase/firebase-ios-sdk' || github.event_name == 'pull_request'
24
runs-on: macos-15
25
26
steps:
0 commit comments