Update workflows

This commit is contained in:
JonnyWong16 2021-03-05 10:55:13 -08:00
parent eb728a0d54
commit 1bb4b4a08d
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
3 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ jobs:
build-docker:
name: Build Docker Image
runs-on: ubuntu-latest
if: !contains(github.event.head_commit.message, '[skip ci]')
if: ${{ !contains(github.event.head_commit.message, '[skip ci]') }}
steps:
- name: Checkout Code
uses: actions/checkout@v2

View file

@ -9,7 +9,7 @@ jobs:
build-installer:
name: Build ${{ matrix.os_upper }} Installer
runs-on: ${{ matrix.os }}-latest
if: !contains(github.event.head_commit.message, '[skip ci]')
if: ${{ !contains(github.event.head_commit.message, '[skip ci]') }}
strategy:
fail-fast: false
matrix:

View file

@ -9,7 +9,7 @@ jobs:
build-snap:
name: Build Snap Package (${{ matrix.architecture }})
runs-on: ubuntu-latest
if: !contains(github.event.head_commit.message, '[skip ci]')
if: ${{ !contains(github.event.head_commit.message, '[skip ci]') }}
strategy:
fail-fast: false
matrix: