Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
jackalcooper committed Jul 2, 2024
1 parent 20a458e commit 25d1e23
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ on:
branches:
- main

concurrency:
group: hf-oss-dist-${{ github.ref }}
cancel-in-progress: true

permissions:
contents: read

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ env:
OSS_ACCESS_KEY_ID: ${{ secrets.OSS_ACCESS_KEY_ID }}
OSS_ACCESS_KEY_SECRET: ${{ secrets.OSS_ACCESS_KEY_SECRET }}

concurrency:
group: hf-oss-ci-${{ github.ref }}
cancel-in-progress: true

jobs:
test-typescript:
name: TypeScript Tests
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:
schedule:
- cron: '31 7 * * 3'

concurrency:
group: hf-code-ci-${{ github.ref }}
cancel-in-progress: true

permissions:
actions: read
checks: write
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ permissions:
packages: read
statuses: write

concurrency:
group: hf-oss-linter-${{ github.ref }}
cancel-in-progress: true

jobs:
lint:
name: Lint Codebase
Expand Down

0 comments on commit 25d1e23

Please sign in to comment.