Skip to content

Commit

Permalink
gpu-dawn: CI: fix YAML syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
  • Loading branch information
slimsag committed Feb 12, 2022
1 parent 88015d5 commit 0c9867f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/draft_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0c9867f

Please sign in to comment.