Skip to content

Commit

Permalink
revert: Ignore certain files in the CI
Browse files Browse the repository at this point in the history
Reason:
A PR cannot be submitted if a required check did not run.
Even if the PR's content is ignored by the check.

More information:
actions/runner-images#1281
  • Loading branch information
f-squirrel committed Jul 23, 2020
1 parent 4e04a76 commit 358f254
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
name: Build
on:
push:
paths-ignore:
- '**.md'
- '**.png'
pull_request:
paths-ignore:
- '**.md'
- '**.png'
on: [push, pull_request]

env:
DOCKER_REPO: concordbft
Expand Down
12 changes: 1 addition & 11 deletions .github/workflows/clang-tidy.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
name: clang-tidy
on:
push:
paths-ignore:
- '**.py'
- '**.md'
- '**.png'
pull_request:
paths-ignore:
- '**.py'
- '**.md'
- '**.png'
on: [push, pull_request]

env:
DOCKER_REPO: concordbft
Expand Down

0 comments on commit 358f254

Please sign in to comment.