Skip to content

Commit

Permalink
fix workflow execution logic
Browse files Browse the repository at this point in the history
  • Loading branch information
paliwalvimal committed May 22, 2021
1 parent 0d308b0 commit 92b7733
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/checkov.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: checkov
on:
push:
branches:
- master
schedule:
- cron: '30 8 * * 6'
jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ name: "codeql"

on:
push:
branches:
- master
schedule:
- cron: '30 8 * * 6'

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: test
on:
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 92b7733

Please sign in to comment.