Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Main synch #4

Closed
wants to merge 8 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[INFRA] fix scheduled cron action setup
Andreas Mautz committed Nov 2, 2022
commit 121ce96aaf8148ebb45f60af8ef2e56a1bfa76e7
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: "Build on main"
on:
workflow_dispatch:
push:
branches: [ main ]
workflow_dispatch:

jobs:
scheduler:
name: Build Trigger
2 changes: 1 addition & 1 deletion .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ name: "Build Scheduler"
on:
workflow_dispatch:
schedule:
- cron: '35 1 * * 0'
- cron: '30 3 * * 1'

jobs:
scheduler: