|
@ -9,7 +9,7 @@ on: |
|
|
# tag: |
|
|
# tag: |
|
|
# Allows you to run this workflow manually from the Actions tab |
|
|
# Allows you to run this workflow manually from the Actions tab |
|
|
schedule: |
|
|
schedule: |
|
|
- cron: "0 0 1,15 * *" # biweekly |
|
|
- cron: "0 0 1 * *" # monthly |
|
|
workflow_dispatch: |
|
|
workflow_dispatch: |
|
|
|
|
|
|
|
|
# A workflow run is made up of one or more jobs that can run sequentially or in parallel |
|
|
# A workflow run is made up of one or more jobs that can run sequentially or in parallel |
|
|