summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2022-01-13 22:46:02 +0000
committerCalum Lind <calumlind+deluge@gmail.com>2022-01-13 22:46:02 +0000
commitd14310078bb8628ecedaaa8a368cf2093b86ee00 (patch)
tree241eea19e0de6f1e1b64f281be14e7c0ca420f03
parent1696c697760d8b7441ddccf7b0e4242de9177c92 (diff)
downloaddeluge-d14310078bb8628ecedaaa8a368cf2093b86ee00.tar.gz
deluge-d14310078bb8628ecedaaa8a368cf2093b86ee00.tar.bz2
deluge-d14310078bb8628ecedaaa8a368cf2093b86ee00.zip
[CI] Fix typo in CD
-rw-r--r--.github/workflows/cd.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml
index 6e4afa397..ea9a27aea 100644
--- a/.github/workflows/cd.yml
+++ b/.github/workflows/cd.yml
@@ -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]