Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin-Radecki committed Nov 10, 2023
1 parent 4e2ce0a commit 3515f00
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/automatic-upstream-merge-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
name: Automatic upstream merge

on:
# run on 1th and 15th day of any month, ie fortnightly
# run on 7th and 21th day of any month, ie fortnightly
schedule:
- cron: '1 0 1,15 * *'
- cron: '1 0 7,21 * *'
#testing, remove before merge
push:
branches:
- A0-3232

concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
Expand Down

0 comments on commit 3515f00

Please sign in to comment.