Skip to content

Commit e334571

Browse files
committed
[github] Automatically generate the Book
1 parent 6667c67 commit e334571

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: ci-test
1+
# CI jobs to be run upon the code lands to the main branch or GitHub Action test branches.
2+
3+
name: ci-pre-land
24

35
on:
4-
push:
5-
branches: [auto, canary, gha-test-*]
66
pull_request:
7-
branches: [main, release-*, gha-test-*]
7+
branches: [main, gha-test-*]
88

99
defaults:
1010
run:
@@ -39,7 +39,7 @@ jobs:
3939
name: determine changes
4040
uses: diem/actions/changes@faadd16607b77dfa2231a8f366883e01717b3225
4141
with:
42-
workflow-file: ci-test.yml
42+
workflow-file: ci.yml
4343
github-token: ${{secrets.GITHUB_TOKEN}}
4444
- id: any-changes-found
4545
name: determine if there are any files listed in the CHANGES_CHANGED_FILE_OUTPUTFILE.

0 commit comments

Comments
 (0)