ci/forgejo: wrong conditional
This commit is contained in:
parent
0410e92168
commit
e9ae2f46b6
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ on:
|
|||
jobs:
|
||||
x86_64-linux:
|
||||
if: |
|
||||
!contains(github.event.head_commit.message, '[skip-ci arm64]')
|
||||
!contains(github.event.head_commit.message, '[skip-ci x64]')
|
||||
&& !contains(github.event.head_commit.message, '[skip-ci]')
|
||||
runs-on: self-hosted-x86_64-linux
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue