Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
chore: trigger hive test by pr
Browse files Browse the repository at this point in the history
  • Loading branch information
alexshliu committed Jan 11, 2023
1 parent 0d55eff commit 9fab5bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/hive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches: [main]
workflow_dispatch:
pull_request:

# This allows a subsequently queued workflow run to interrupt previous runs
concurrency:
Expand All @@ -20,4 +21,4 @@ jobs:
-H "Accept: application/vnd.github.everest-preview+json" \
-H "Authorization: Bearer ${{secrets.HIVETEST_TOKEN}}" \
https://api.github.com/repos/taikoxyz/hive/dispatches \
-d '{"event_type":"trigger-taiko-client-integration-tests","client_payload":{"message":"triggered by taiko-client"}}'
-d '{"event_type":"start","client_payload":{"repo": ${{ github.action_repository }}, "ref": ${{ github.action_ref }} }}'

0 comments on commit 9fab5bf

Please sign in to comment.