Skip to content

Commit

Permalink
OXDEV-7726 Fix scheduled run workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
angel-dimitrov committed Feb 23, 2024
1 parent 7061a6e commit 2a42be2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/schedule_module.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Automatically triggered on push
name: Scheduled weekly run

on:
push:
branches:
- 'b-7.1.x*'
schedule:
- cron: '0 4 */7 * *'

jobs:
call_matrix:
Expand Down

0 comments on commit 2a42be2

Please sign in to comment.