mirror of https://github.com/celery/kombu.git
stop schedule
This commit is contained in:
parent
1a7b9c490b
commit
72ec0e5c48
|
@ -1,8 +1,7 @@
|
|||
name: Tidelift Alignment
|
||||
on:
|
||||
push:
|
||||
schedule:
|
||||
- cron: '0 0 * * *' # every day at midnight
|
||||
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@ -10,7 +9,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
- name: Alignment
|
||||
uses: tidelift/alignment-action@main
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue