aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpukkandan <pukkandan@gmail.com>2021-01-24 13:32:37 +0530
committerpukkandan <pukkandan@gmail.com>2021-01-24 14:05:54 +0530
commit6b4b65c4f417e9e6d35f358c87987ebd883f45e7 (patch)
tree59f5092ddca57449740ecccf31095b75dd6ad97b
parent10e3742eb1e4ce469027a8e1cc84bce54550a3ec (diff)
downloadhypervideo-pre-6b4b65c4f417e9e6d35f358c87987ebd883f45e7.tar.lz
hypervideo-pre-6b4b65c4f417e9e6d35f358c87987ebd883f45e7.tar.xz
hypervideo-pre-6b4b65c4f417e9e6d35f358c87987ebd883f45e7.zip
[test] fix typo
-rw-r--r--.github/workflows/core.yml2
-rw-r--r--.github/workflows/download.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml
index a916dffd3..4f95d169d 100644
--- a/.github/workflows/core.yml
+++ b/.github/workflows/core.yml
@@ -3,7 +3,7 @@ on: [push, pull_request]
jobs:
tests:
name: Core Tests
- if: "!contains(github.event.head_commit.message, 'ci skip')"
+ if: "!contains(github.event.head_commit.message, 'ci skip all')"
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
diff --git a/.github/workflows/download.yml b/.github/workflows/download.yml
index 52bcf12d4..07fdd26ca 100644
--- a/.github/workflows/download.yml
+++ b/.github/workflows/download.yml
@@ -3,7 +3,7 @@ on: [push, pull_request]
jobs:
tests:
name: Download Tests
- if: "!contains(github.event.head_commit.message, 'ci skip dl') || !contains(github.event.head_commit.message, 'ci skip all')"
+ if: "!contains(github.event.head_commit.message, 'ci skip dl') && !contains(github.event.head_commit.message, 'ci skip all')"
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true