Browse Source
refactor(workflow): remove unused keepalive job
* Deleted the `workflow-keepalive` job from the Docker publish workflow.
pull/79/head
Daniel Gibbs
1 day ago
Failed to extract signature
1 changed files with
0 additions and
8 deletions
-
.github/workflows/action-docker-publish.yml
|
|
@ -168,11 +168,3 @@ jobs: |
|
|
|
package-type: container |
|
|
|
min-versions-to-keep: 1 |
|
|
|
delete-only-untagged-versions: true |
|
|
|
|
|
|
|
workflow-keepalive: |
|
|
|
if: github.event_name == 'schedule' |
|
|
|
runs-on: ubuntu-latest |
|
|
|
permissions: |
|
|
|
actions: write |
|
|
|
steps: |
|
|
|
- uses: liskin/gh-workflow-keepalive@v1 |
|
|
|