mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-19 19:14:55 +00:00
[CI] Fix typo in CD
This commit is contained in:
parent
1696c69776
commit
d14310078b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
|
@ -18,7 +18,7 @@ on:
|
|||
jobs:
|
||||
Build:
|
||||
runs-on: windows-latest
|
||||
if: (github.event_name != 'pull_request' || github.event.label.name == 'windows'))
|
||||
if: (github.event_name != 'pull_request' || github.event.label.name == 'windows')
|
||||
strategy:
|
||||
matrix:
|
||||
arch: [x64, x86]
|
||||
|
|
Loading…
Add table
Reference in a new issue