Skip to content

Commit 94139d6

Browse files
committed
Remove unused and fix concurrent
1 parent 325475a commit 94139d6

18 files changed

+3
-599
lines changed

.github/workflows/QA_keystore.jks

-2.18 KB
Binary file not shown.

.github/workflows/QA_keystore.jks.license

Lines changed: 0 additions & 2 deletions
This file was deleted.

.github/workflows/analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ permissions:
2323
contents: write
2424

2525
concurrency:
26-
group: analysis-wrapper-${{ github.head_ref || github.run_id }}
26+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
2727
cancel-in-progress: true
2828

2929
jobs:
3030
analysis:
31-
runs-on: ubuntu-latest
31+
runs-on: ubuntu-24.04
3232
steps:
3333
- name: Disabled on forks
3434
if: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository }}

.github/workflows/analysis_self_hosted.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ permissions:
2323
contents: write
2424

2525
concurrency:
26-
group: analysis-wrapper-${{ github.head_ref || github.run_id }}
26+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
2727
cancel-in-progress: true
2828

2929
jobs:

.github/workflows/assembleFlavors.yml

Lines changed: 0 additions & 50 deletions
This file was deleted.

.github/workflows/autoApproveSync.yml

Lines changed: 0 additions & 40 deletions
This file was deleted.

.github/workflows/check.yml

Lines changed: 0 additions & 37 deletions
This file was deleted.

.github/workflows/codeql.yml

Lines changed: 0 additions & 60 deletions
This file was deleted.

.github/workflows/detectNewJavaFiles.yml

Lines changed: 0 additions & 43 deletions
This file was deleted.

.github/workflows/fixup.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)