Skip to content

Commit

Permalink
Merge pull request #213 from thazhemadam/at/docs-builds-fix
Browse files Browse the repository at this point in the history
ci(buildkite): run builds on PRs opened from forks as well
  • Loading branch information
thazhemadam authored Jan 30, 2024
2 parents ae39533 + b36024f commit 92c1e63
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .buildkite/0_webui.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
steps:
- label: ":rocket: Launch Pipeline!"
plugins:
- hasura/smooth-checkout#v4.4.1:
repos:
- config:
- url: "https://github.com/SciML/SciMLDocs.git"
ref: "${BUILDKITE_COMMIT}"
clone_flags: "--depth=1"
- staticfloat/cryptic#v2:
signed_pipelines:
- pipeline: .buildkite/aggregate.yml
Expand Down
1 change: 1 addition & 0 deletions .buildkite/aggregate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ steps:
repos:
- config:
- url: "https://github.com/SciML/SciMLDocs.git"
ref: "${BUILDKITE_COMMIT}"
clone_flags: "--depth=1"

- staticfloat/cryptic#v2:
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/aggregate.yml.signature
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Salted__��CeNFm��A{2KJ�5���d0o\�D@D{]$�%���'i�X�j'|G�$�����9V���A�U]��7&y�0��q\{�W��k�7
Salted__f��Ǘ{/���qO�w����{�bx'0P���SM�����}K��f*�-7�,�I�QO|A&V���ňzQ��I�8RG�#
Expand Down
1 change: 1 addition & 0 deletions .buildkite/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ steps:
repos:
- config:
- url: "https://github.com/SciML/SciMLDocs.git"
ref: "${BUILDKITE_COMMIT}"
clone_flags: "--depth=1"

command: |
Expand Down

0 comments on commit 92c1e63

Please sign in to comment.