File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 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
911concurrency :
1012 group : ' ${{ github.workflow }}'
1113 cancel-in-progress : false
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 :
You can’t perform that action at this time.
0 commit comments