2
.github/workflows/process-apps.yml
vendored
2
.github/workflows/process-apps.yml
vendored
@@ -3,7 +3,7 @@ name: Process Apps and Commit Changes
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '*/30 * * * *'
|
||||
- cron: '0 */3 * * *'
|
||||
jobs:
|
||||
process:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
@@ -3,7 +3,7 @@ name: Push custom to released
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 0 */3 * *'
|
||||
- cron: '2 * * * *'
|
||||
|
||||
jobs:
|
||||
push-branch:
|
||||
|
||||
Reference in New Issue
Block a user