Update buildAndDeploy.yml

This commit is contained in:
Yair Morgenstern 2021-01-22 13:19:52 +02:00 committed by GitHub
parent 0820de268a
commit 46a16b0336
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,8 +19,8 @@ on:
jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
if: !startsWith(github.event.pull_request.body, "Update ")
# We can't simply put !startsWith - see https://github.community/t/expression-syntax-for-not-startswith/17040
if: startsWith(github.event.pull_request.body, "Update ") != true
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job