Skip to content

Commit

Permalink
dddd
Browse files Browse the repository at this point in the history
  • Loading branch information
xunliu committed Dec 20, 2023
1 parent 88cc131 commit 800e484
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Integration Test
name: Test

on:
workflow_run:
Expand All @@ -12,4 +12,8 @@ jobs:
name: Test Step
runs-on: ubuntu-latest
steps:
- run: env
- uses: actions/checkout@v2
with:
ref: ${{ github.event.workflow_run.head_branch }}
- run: git branch
- run: env

0 comments on commit 800e484

Please sign in to comment.