mirror of
https://github.com/chatmail/relay.git
synced 2026-05-14 09:54:38 +00:00
cleanup dead code, clarify others
This commit is contained in:
4
.github/workflows/ci-no-dns.yaml
vendored
4
.github/workflows/ci-no-dns.yaml
vendored
@@ -9,6 +9,8 @@ on:
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
|
||||
permissions: {}
|
||||
|
||||
# Newest push wins: Prevents multiple runs from clashing and wasting runner efforts
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
@@ -18,7 +20,7 @@ concurrency:
|
||||
jobs:
|
||||
no-dns:
|
||||
name: LXC deploy and test
|
||||
uses: chatmail/cmlxc/.github/workflows/lxc-test.yml@v0.14.1
|
||||
uses: chatmail/cmlxc/.github/workflows/lxc-test.yml@v0.14.5
|
||||
with:
|
||||
cmlxc_commands: |
|
||||
cmlxc init
|
||||
|
||||
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@@ -57,7 +57,7 @@ jobs:
|
||||
|
||||
lxc-test:
|
||||
name: LXC deploy and test
|
||||
uses: chatmail/cmlxc/.github/workflows/lxc-test.yml@v0.14.1
|
||||
uses: chatmail/cmlxc/.github/workflows/lxc-test.yml@v0.14.5
|
||||
with:
|
||||
cmlxc_commands: |
|
||||
cmlxc init
|
||||
|
||||
Reference in New Issue
Block a user