Skip to content

Commit

Permalink
Merge pull request #29 from entur/doc-suggestions
Browse files Browse the repository at this point in the history
change cron to scan on weekdays add depending on another job in example
  • Loading branch information
isabeltfrancis authored Aug 14, 2024
2 parents 5f37d4e + ea237a7 commit 20d39e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README-code-scan.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ on:
- main
- master
schedule:
- cron: "0 3 * * MON"
- cron: "0 3 * * 1-5"
jobs:
code-scan:
Expand Down
1 change: 1 addition & 0 deletions README-docker-scan.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
image_artifact: ${{ needs.docker-build.outputs.image_artifact }}

docker-push:
needs: docker-build
uses: entur/gha-docker/.github/workflows/push.yml@v1
secrets: inherit
```
Expand Down

0 comments on commit 20d39e7

Please sign in to comment.