Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
xunliu committed Dec 20, 2023
1 parent c47f13b commit 2974530
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
name: build
name: Preflight

# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "main", "branch-*" ]
pull_request:
branches: [ "main", "branch-*" ]
- pull_request
- push

jobs:
preflight-job:
name: Preflight Step
runs-on: ubuntu-latest
steps:
- run: env
- run: env
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Integration Test
on:
workflow_run:
workflows:
- build
- Preflight
types:
- completed

Expand Down

0 comments on commit 2974530

Please sign in to comment.