Skip to content

Commit 0223504

Browse files
Merge pull request #125 from simonpasquier/update-merge-alertmanager.yaml
Update merge-alertmanager.yaml
2 parents d990f6b + 4dc9adc commit 0223504

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/merge-alertmanager.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,6 @@ jobs:
2626
.promu.yml
2727
go.mod
2828
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
3929
4030
secrets:
4131
pr-app-id: ${{ secrets.APP_ID }}

0 commit comments

Comments
 (0)