Skip to content

Commit 7801e0e

Browse files
committed
Remove unused and fix concurrent
1 parent 3716e63 commit 7801e0e

File tree

10 files changed

+3
-216
lines changed

10 files changed

+3
-216
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/autoApproveSync.yml

Lines changed: 0 additions & 40 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.

.github/workflows/lib.sh.license

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

.github/workflows/pr-feedback.yml

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

.github/workflows/stale.yml

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

0 commit comments

Comments
 (0)