update, ci: disable ArchLinux build for now

This commit is contained in:
QxQ 2020-12-08 16:28:10 +08:00
parent 4711f33780
commit 3a65ba08b3
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ jobs:
echo "message=\"$(git log --format=%B -n 1 ${{ github.event.after }})\"" >> $GITHUB_ENV echo "message=\"$(git log --format=%B -n 1 ${{ github.event.after }})\"" >> $GITHUB_ENV
linux: linux:
needs: check_commit_msg needs: check_commit_msg
if: ${{ !contains( needs.check_commit_msg.outputs.commit_message, 'NO_PACMAN') }} if: false #${{ !contains( needs.check_commit_msg.outputs.commit_message, 'NO_PACMAN') }}
name: Arch Linux name: Arch Linux
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: archlinux/base:latest container: archlinux/base:latest

View File

@ -1 +1 @@
6064 6065