Skip to content

Commit e6f4516

Browse files
lantoliCopilot
andauthored
chore: GitHub Action to update effective fields dev branch from master (#3861)
* update dev branch * Apply suggestion from @Copilot Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
1 parent 5fb7315 commit e6f4516

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/update-dev-branches.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ on:
55
inputs:
66
branches:
77
description: 'Dev branch names to update from master'
8-
default: '["CLOUDP-334161-service-accounts-dev"]'
8+
default: '["CLOUDP-313272-dev-effective-fields"]'
9+
schedule:
10+
- cron: "0 5 * * 1,4" # workflow runs every Monday and Thursday at 5 AM UTC
911
concurrency:
1012
group: '${{ github.workflow }}'
1113
cancel-in-progress: false
@@ -16,7 +18,7 @@ jobs:
1618
max-parallel: 10
1719
fail-fast: false
1820
matrix:
19-
branch: ${{ fromJSON(inputs.branches || '["CLOUDP-334161-service-accounts-dev"]') }} # scheduled branches go here
21+
branch: ${{ fromJSON(inputs.branches || '["CLOUDP-313272-dev-effective-fields"]') }} # scheduled branches go here
2022
name: ${{ matrix.branch }}
2123
runs-on: ubuntu-latest
2224
permissions:

0 commit comments

Comments
 (0)