feat: support customizing guest portal logo and background with unifi_portal_file and unifi_setting_guest_access resources (#74)
* feat: support customizing guest portal logo and background with `unifi_portal_file` and `unifi_setting_guest_access` resources * ci: run acceptance tests on go.mod changes * f
This commit is contained in:
committed by
GitHub
parent
8dd4bfcb97
commit
a133383b43
21
.github/workflows/acctest.yml
vendored
21
.github/workflows/acctest.yml
vendored
@@ -1,14 +1,17 @@
|
||||
name: Acceptance Tests
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- "internal/**"
|
||||
- "scripts/**"
|
||||
- "tools/**"
|
||||
- "main.go"
|
||||
- "docker-compose.yaml"
|
||||
- ".github/workflows/acctest.yml"
|
||||
- "Makefile"
|
||||
branches:
|
||||
- "*"
|
||||
# paths:
|
||||
# - "internal/**"
|
||||
# - "scripts/**"
|
||||
# - "tools/**"
|
||||
# - "main.go"
|
||||
# - "docker-compose.yaml"
|
||||
# - ".github/workflows/acctest.yml"
|
||||
# - "Makefile"
|
||||
# - "go.mod"
|
||||
push:
|
||||
branches:
|
||||
- "main"
|
||||
@@ -24,6 +27,8 @@ on:
|
||||
- "Makefile"
|
||||
schedule:
|
||||
- cron: "0 13 * * *"
|
||||
workflow_dispatch:
|
||||
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
||||
Reference in New Issue
Block a user