Skip to content

Commit ea95a05

Browse files
committed
chore(ci): update update-ctutils workflow to target RA-8661
1 parent 5b516c4 commit ea95a05

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/govulncheck.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ on:
44
push:
55
branches:
66
- master
7+
- RA-8661_apply_updates_from_google
78
pull_request:
89
branches:
910
- master
11+
- RA-8661_apply_updates_from_google
1012

1113
permissions:
1214
contents: read

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
schedule:
1313
- cron: '16 6 * * 6'
1414
push:
15-
branches: [ "master" ]
15+
branches: [ "master", "RA-8661_apply_updates_from_google" ]
1616

1717
# Declare default permissions as read only.
1818
permissions: read-all

.github/workflows/update-ctutils.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
committer: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
5252
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
5353
branch: chore/update-ctutils-test
54+
base: RA-8661_apply_updates_from_google
5455

5556
delete-branch: true
5657
title: "chore(deps): update ctutils"

0 commit comments

Comments
 (0)