Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/actionlint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
paths:
.github/workflows/prepare-pypi-release.yml:
ignore:
- 'unexpected key "queue" for "concurrency" section'
.github/workflows/publish-pypi.yml:
ignore:
- 'unexpected key "queue" for "concurrency" section'
82 changes: 0 additions & 82 deletions .github/workflows/commercial-readiness-agent-coverage.yml

This file was deleted.

60 changes: 0 additions & 60 deletions .github/workflows/controlplane-schema-coverage.yml

This file was deleted.

55 changes: 0 additions & 55 deletions .github/workflows/openssf-evidence-coverage.yml

This file was deleted.

52 changes: 0 additions & 52 deletions .github/workflows/pinned-https-coverage.yml

This file was deleted.

7 changes: 6 additions & 1 deletion .github/workflows/prepare-pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ on:
permissions:
contents: read

concurrency:
group: ${{ github.workflow }}-${{ github.repository }}
Comment thread
seonghobae marked this conversation as resolved.
queue: max
cancel-in-progress: false

jobs:
prepare-release:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -215,7 +220,7 @@ jobs:

- name: Clean local release artifacts
run: |
rm -rf build dist *.egg-info release-sbom.cdx.json release-provenance.json
rm -rf -- build dist ./*.egg-info release-sbom.cdx.json release-provenance.json

- name: Commit and push release branch
run: |
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ on:
permissions:
contents: read

concurrency:
group: ${{ github.workflow }}-${{ github.repository }}
Comment thread
seonghobae marked this conversation as resolved.
queue: max
cancel-in-progress: false

jobs:
build:
runs-on: ubuntu-latest
Expand Down
56 changes: 0 additions & 56 deletions .github/workflows/retention-audit-coverage.yml

This file was deleted.

33 changes: 0 additions & 33 deletions .github/workflows/scan-path-context-coverage.yml

This file was deleted.

Loading
Loading