Skip to content

Commit be4604a

Browse files
authored
Merge pull request #23 from natrontech/ci/improvements
ci: remove cleanup action, update release action triggers
2 parents 58ab4b9 + 8d678fa commit be4604a

File tree

3 files changed

+1
-26
lines changed

3 files changed

+1
-26
lines changed

.github/workflows/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ Following workflows are implemented in the repository.
77

88
| Workflow | Jobs | Trigger | SARIF upload | Description |
99
| :------------------------------- | :------------------------------ | :------------------------------------------------------------ | :----------- | ------------------------------------------------------------------------ |
10-
| [cleanup.yml](./cleanup.yml) | `clean` | workflow_dispatch, cron `0 0 * * *` | - | Cleanup all untagged tags from GHCR repository which are older than `2w` |
1110
| [release.yml](./release.yml) | see [release chapter](#release) | push tag `v*`, cron `20 14 * * *`, pr on `main` | - | Create release with go binaries and docker container |
1211
| [scorecard.yml](./scorecard.yml) | `analyze` | push to `main`, cron: `00 14 * * 1`, change branch protection | yes | Create OpenSSF analysis and create project score |
1312

.github/workflows/cleanup.yml

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

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: release
22

33
on:
4+
workflow_dispatch:
45
schedule:
56
- cron: '20 14 * * *'
67
push:

0 commit comments

Comments
 (0)