Skip to content

Commit c9a5540

Browse files
committed
WIP
1 parent 7de84f9 commit c9a5540

File tree

6 files changed

+40
-517
lines changed

6 files changed

+40
-517
lines changed

.github/workflows/ci.yaml

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

.github/workflows/feature.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,15 @@ on:
66
- feature*
77
workflow_dispatch:
88

9+
concurrency:
10+
group: ${{ github.workflow }}-${{ github.ref }}
11+
cancel-in-progress: true
12+
913
jobs:
1014
use-library-js-feature:
1115
permissions:
16+
packages: read
1217
contents: read
1318
actions: write
1419
checks: write
15-
packages: read
1620
uses: MatrixAI/.github/.github/workflows/library-js-feature.yml@feature-workflows

.github/workflows/merge.yml

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

0 commit comments

Comments
 (0)