From 77554aa02848446b57191e7dd61376650ffb6e0b Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Tue, 17 Jan 2023 12:15:33 -0800 Subject: [PATCH] ci: add skip test trigger for docker tests [skip ci] --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 8ccb6fc9..6265f0e9 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -112,7 +112,7 @@ jobs: ./dist/node16/ Docker: - if: ${{ !contains(github.event.head_commit.message, '[skip ci]') && !contains(github.event.head_commit.message, '[skip docker]') }} + if: ${{ !contains(github.event.head_commit.message, '[skip ci]') && !contains(github.event.head_commit.message, '[skip test]') }} runs-on: ${{ matrix.os }} strategy: fail-fast: false