Skip to content

Commit 6a03d44

Browse files
committed
ci: disable some architectures
1 parent 9ccad2b commit 6a03d44

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.goreleaser.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ builds:
2424
- arm64
2525
- ppc64le
2626
ignore:
27+
- goos: freebsd
28+
goarch: arm
2729
- goos: freebsd
2830
goarch: 386
2931
- goos: freebsd

web/src/components/ProjectForm.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,15 @@
4747
></v-text-field>
4848

4949
<v-checkbox
50+
class="mt-0"
5051
v-model="item.alert"
5152
:label="$t('allowAlertsForThisProject')"
5253
data-testid="newProject-alert"
5354
></v-checkbox>
5455

55-
<v-btn color="white">Send test notification</v-btn>
56+
<v-btn v-if="itemId !== 'new'" color="blue-grey">
57+
Test notifications
58+
</v-btn>
5659

5760
<v-switch
5861
v-if="itemId === 'new'"

0 commit comments

Comments
 (0)