gpu-dawn: CI: fix YAML syntax

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-02-12 14:48:49 -07:00 committed by Stephen Gutekanst
parent 9f4014189e
commit bb8bb964dc

View file

@ -5,7 +5,7 @@ on:
- 'main'
jobs:
draft:
if: ${{ !contains(github.event.head_commit.message, 'gpu-dawn: update to latest binary release') }}
if: ${{ !contains(github.event.head_commit.message, 'update to latest binary release') }}
runs-on: ubuntu-latest
steps:
- name: Checkout