Skip to content

Commit

Permalink
chore: test release pipeline on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorwhitney committed Feb 20, 2024
1 parent 3f0d209 commit 69d9100
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/release-workflows.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ local build = lokiRelease.build;
promtail: build.image('promtail', 'clients/cmd/promtail'),
querytee: build.image('querytee', 'cmd/querytee', platform=['linux/amd64']),
},
branches=['release-[0-9]+.[0-9]+.x'],
branches=['release-[0-9]+.[0-9]+.x', 'backport-11808-to-release-2.8.x'],
checkTemplate='grafana/loki-release/.github/workflows/check.yml@release-1.10.x',
imagePrefix='grafana',
releaseRepo='grafana/loki',
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/patch-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -767,6 +767,7 @@ name: "create release PR"
push:
branches:
- "release-[0-9]+.[0-9]+.x"
- "backport-11808-to-release-2.8.x"
permissions:
contents: "write"
id-token: "write"
Expand Down

0 comments on commit 69d9100

Please sign in to comment.