Skip to content

Commit

Permalink
Improve Slack notification
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher committed Apr 29, 2023
1 parent eb599e2 commit b6483b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ name: "CodeQL"
on:
schedule:
- cron: '0 0 1 * *' # Runs at 00:00 UTC on the 1st of every month
workflow_dispatch:

jobs:
analyze:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ name: Publish Docker Images
on:
push:
branches: [ master ]
workflow_dispatch:

jobs:
docker:
Expand Down

0 comments on commit b6483b0

Please sign in to comment.