Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxudong2020 committed Feb 16, 2023
1 parent 606d8e1 commit b284ac8
Show file tree
Hide file tree
Showing 11 changed files with 239 additions and 246 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/Padavan_CI_B70.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,15 @@
#
# # # # # # # # # # #
name: Padavan CI B70
on:
release:
types: [published]

push:
branches:
- master

on:
schedule:
- cron: 0 19 * * *
- cron: '0 18 * * *'
workflow_dispatch:
inputs:
clean_cache:
description: 'Clear caches'
required: false
type: boolean

watch:
types: [started]
Expand Down
17 changes: 8 additions & 9 deletions .github/workflows/Padavan_CI_CR660x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,15 @@
#
# # # # # # # # # # #
name: Padavan CI CR660x
on:
release:
types: [published]

push:
branches:
- master

on:
schedule:
- cron: 0 19 * * *
- cron: '0 18 * * *'
workflow_dispatch:
inputs:
clean_cache:
description: 'Clear caches'
required: false
type: boolean

watch:
types: [started]
Expand Down
17 changes: 8 additions & 9 deletions .github/workflows/Padavan_CI_JDC-1-5.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,15 @@
#
# # # # # # # # # # #
name: Padavan CI JDC-1-5.0
on:
release:
types: [published]

push:
branches:
- master

on:
schedule:
- cron: 0 19 * * *
- cron: '0 18 * * *'
workflow_dispatch:
inputs:
clean_cache:
description: 'Clear caches'
required: false
type: boolean

watch:
types: [started]
Expand Down
17 changes: 8 additions & 9 deletions .github/workflows/Padavan_CI_JDC-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,15 @@
#
# # # # # # # # # # #
name: Padavan CI JDC-1
on:
release:
types: [published]

push:
branches:
- master

on:
schedule:
- cron: 0 19 * * *
- cron: '0 18 * * *'
workflow_dispatch:
inputs:
clean_cache:
description: 'Clear caches'
required: false
type: boolean

watch:
types: [started]
Expand Down
Loading

0 comments on commit b284ac8

Please sign in to comment.