mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-20 19:00:22 +08:00
update, ci: disable ArchLinux build for now
This commit is contained in:
parent
4711f33780
commit
3a65ba08b3
2
.github/workflows/pacman.yml
vendored
2
.github/workflows/pacman.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
echo "message=\"$(git log --format=%B -n 1 ${{ github.event.after }})\"" >> $GITHUB_ENV
|
||||
linux:
|
||||
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
|
||||
runs-on: ubuntu-latest
|
||||
container: archlinux/base:latest
|
||||
|
@ -1 +1 @@
|
||||
6064
|
||||
6065
|
||||
|
Loading…
Reference in New Issue
Block a user