Skip to content

Commit

Permalink
Update check-format.yml
Browse files Browse the repository at this point in the history
The name for clang action changed to make it possible to filter out that workflow.
The code is checked only if something in this repository is changed, dispatch event should not trigger that.
  • Loading branch information
AKuHAK committed Jul 26, 2020
1 parent cf02bc7 commit be58bec
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/check-format.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: CI
name: CI-format-check

on:
push:
pull_request:
repository_dispatch:
types: [run_build]

jobs:
check-format:
Expand Down

0 comments on commit be58bec

Please sign in to comment.