Skip to content

Commit

Permalink
remove the cronjob action nonsense
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Elkner committed Apr 4, 2024
1 parent e0a040c commit 7017947
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
pull_request:
# The branches below must be a subset of the branches above
branches: [ 'master' ]
schedule:
- cron: '6 13 * * 4'
# schedule:
# - cron: '6 13 * * 4'

jobs:
analyze:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
tags: ["docker/*"]
pull_request:
branches: ["master"]
schedule:
- cron: "13 13 * * 3"
# schedule:
# - cron: "13 13 * * 3"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 7017947

Please sign in to comment.