Skip to content

Commit fd9c78c

Browse files
authored
Remove duplicate GHA runs (#8361)
1 parent 44a1595 commit fd9c78c

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/crashlytics.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,7 @@ jobs:
122122
- name: Setup Bundler
123123
run: scripts/setup_bundler.sh
124124
- name: PodLibLint Auth Cron
125-
run: |
126-
scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb FirebaseCrashlytics.podspec --platforms=${{ matrix.target }} ${{ matrix.flags }}
127-
scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb FirebaseCrashlytics.podspec --platforms=${{ matrix.target }} ${{ matrix.flags }}
125+
run: scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb FirebaseCrashlytics.podspec --platforms=${{ matrix.target }} ${{ matrix.flags }}
128126

129127
podspec-presubmit:
130128
# Don't run on private repo unless it is a PR.

.github/workflows/segmentation.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,7 @@ jobs:
5858
- name: Setup Bundler
5959
run: scripts/setup_bundler.sh
6060
- name: PodLibLint Auth Cron
61-
run: |
62-
scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb FirebaseSegmentation.podspec --platforms=${{ matrix.target }} ${{ matrix.flags }}
63-
scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb FirebaseSegmentation.podspec --platforms=${{ matrix.target }} ${{ matrix.flags }}
61+
run: scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb FirebaseSegmentation.podspec --platforms=${{ matrix.target }} ${{ matrix.flags }}
6462

6563
segmentation-sample-build-test:
6664
# Don't run on private repo unless it is a PR.

0 commit comments

Comments
 (0)