Skip to content

Commit

Permalink
schedule update, release buld restricted for tags only (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
cicdteam authored Nov 28, 2022
1 parent 9c85272 commit d04a77d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ name: release

on:
push:
branches:
- main
tags:
- v*
- "*.*.*"

env:
KUSTOMIZE_VERSION: "4.5.7"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vm-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: vm-example

on:
schedule:
- cron: '40 * * * *'
- cron: '42 4 * * 2' # run once a week
workflow_dispatch: # adds ability to run this manually

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vm-kernel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: vm-kernel

on:
schedule:
- cron: '40 * * * *'
- cron: '42 4 * * 2' # run once a week
workflow_dispatch: # adds ability to run this manually

env:
Expand Down

0 comments on commit d04a77d

Please sign in to comment.