Skip to content
This repository was archived by the owner on Mar 14, 2024. It is now read-only.

Commit 2a6f10c

Browse files
author
Ethan Budd
authored
Update continous_integration.yml
1 parent f54caf4 commit 2a6f10c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/continous_integration.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,10 @@ jobs:
4949

5050
dispatch:
5151
name: Repository dispatch ci passed event
52+
runs-on: ubuntu-latest
5253
needs: [test, check]
5354
steps:
5455
- uses: peter-evans/repository-dispatch@v1
5556
with:
5657
token: ${{ secrets.REPO_ACCESS_TOKEN }}
57-
event-type: ci-passed
58+
event-type: ci-passed

0 commit comments

Comments
 (0)