Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Gleb Tarasov committed Sep 24, 2024
1 parent d220335 commit dba72a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "CodeQL Advanced"
name: "CodeQL"
on:
push:
branches:
Expand Down Expand Up @@ -43,6 +43,7 @@ jobs:
shell: bash
run: |
xcodebuild -scheme PerformanceSuite -destination 'generic/platform=iOS'
xcodebuild -scheme PerformanceSuiteCrashlytics -destination 'generic/platform=iOS'
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PerformanceSuite Tests
name: Tests

on:
push:
Expand Down

0 comments on commit dba72a5

Please sign in to comment.