Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
ichengchang committed Aug 29, 2023
1 parent bd35246 commit 6403d29
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
token: ${{ secrets.BROADBOT_TOKEN }}
inputs: '{"message": "blah blah"}'
wait-for-completion: false

echo-2-test:
needs: [build]
runs-on: ubuntu-latest
Expand All @@ -70,7 +70,7 @@ jobs:
workflow: echo-02.yaml
token: ${{ secrets.BROADBOT_TOKEN }}
wait-for-completion: false

long-running-test:
needs: [build]
runs-on: ubuntu-latest
Expand Down Expand Up @@ -175,8 +175,6 @@ jobs:
steps:
- name: Check out repository
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Download dist
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 6403d29

Please sign in to comment.