Skip to content

Commit

Permalink
Allow CI to be triggered by third-party (vwxyzjn#376)
Browse files Browse the repository at this point in the history
* Allow CI to be triggered by third-party

* CI fix
  • Loading branch information
vwxyzjn authored Apr 25, 2023
1 parent a39f21f commit 790c917
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
name: pre-commit

on:
push
push:
paths-ignore:
- 'docs/blog/*' # dummy ignore
pull_request:
paths-ignore:
- 'docs/blog/*' # dummy ignore
jobs:
build:
runs-on: ubuntu-latest
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on:
- '**/README.md'
- 'docs/**/*'
- 'cloud/**/*'
pull_request:
paths-ignore:
- '**/README.md'
- 'docs/**/*'
- 'cloud/**/*'
jobs:
test-core-envs:
strategy:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/utils_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on:
- '**/README.md'
- 'docs/**/*'
- 'cloud/**/*'
pull_request:
paths-ignore:
- '**/README.md'
- 'docs/**/*'
- 'cloud/**/*'
jobs:
ci:
strategy:
Expand Down

0 comments on commit 790c917

Please sign in to comment.