Skip to content

Commit fd5fa6d

Browse files
authored
Update updatecli.yaml
1 parent b66e7fe commit fd5fa6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/updatecli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# It uses the "apply" command of updatecli with the specified config and values files
3838
# The GitHub token is passed as an environment variable
3939
- name: Run Updatecli in Apply mode
40-
if: github.ref == 'refs/heads/main'
40+
if: github.ref == 'refs/heads/weekly'
4141
run: updatecli apply --config ./updatecli/updatecli.d --values ./updatecli/values.github-action.yaml
4242
env:
4343
UPDATECLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)