Skip to content

Commit

Permalink
feat(ci): disable scheduled security scanning
Browse files Browse the repository at this point in the history
Having these periodic scans caused problems as they automatically were disabled after 60 days of inactivity, making the schedule practically useless
  • Loading branch information
PascalHonegger committed Sep 9, 2023
1 parent 1b494d3 commit 63fbdac
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/security-scanning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,6 @@ on:
branches: [main]
push:
branches: [main]
schedule:
# ┌───────────── minute (0 - 59)
# │ ┌───────────── hour (0 - 23)
# │ │ ┌───────────── day of the month (1 - 31)
# │ │ │ ┌───────────── month (1 - 12 or JAN-DEC)
# │ │ │ │ ┌───────────── day of the week (0 - 6 or SUN-SAT)
# │ │ │ │ │
# │ │ │ │ │
# │ │ │ │ │
# * * * * *
- cron: '30 6 * * 1'

jobs:
CodeQL-Build:
Expand Down

0 comments on commit 63fbdac

Please sign in to comment.