Skip to content

Commit

Permalink
align with azp
Browse files Browse the repository at this point in the history
Signed-off-by: DavidLiu <[email protected]>
  • Loading branch information
DavidLiu committed Mar 31, 2022
1 parent 48781ce commit 5cbaf38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: release latest

on:
schedule:
- cron: '0 0 1 * *' # https://crontab.guru/#0_0_1_*_*
push:
workflow_dispatch:
env:
REGISTRY: ghcr.io
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Github workflow test
on:
pull_request:
push:
schedule:
- cron: "0 0 * * 0" # https://crontab.guru/#0_0_*_*_0
jobs:
unit-test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5cbaf38

Please sign in to comment.