Skip to content

Commit

Permalink
#1942 Remove schedule
Browse files Browse the repository at this point in the history
No schedule needed for this workflow
  • Loading branch information
delager authored and kbeaugrand committed Apr 11, 2023
1 parent 7605db5 commit b7cd605
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/aws-cfn-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,6 @@ on:
branches: [ main-vnext ]
paths:
- 'templates/aws/**'
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 1 * * *'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit b7cd605

Please sign in to comment.