We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d990f6b + 4dc9adc commit 0223504Copy full SHA for 0223504
1 file changed
.github/workflows/merge-alertmanager.yaml
@@ -26,16 +26,6 @@ jobs:
26
.promu.yml
27
go.mod
28
go.sum
29
- assets-cmd: |
30
- # Only compress assets if assets actually changed
31
- # The git diff relies on gits remote naming. The merge-flow checks out
32
- # $downstream as origin at the time of writing this code.
33
- if ! git diff --exit-code origin/main ui/react-app; then
34
- make assets-compress
35
- find ui/react-app -type f -name '*.gz' -exec git add {} \;
36
- git add ui/react-app/embed.go
37
- git diff --cached --exit-code || git commit -s -m "[bot] assets: generate"
38
- fi
39
40
secrets:
41
pr-app-id: ${{ secrets.APP_ID }}
0 commit comments