-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
jaypan
committed
Sep 10, 2024
1 parent
3dbe50e
commit 8935354
Showing
1 changed file
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,16 +17,20 @@ on: | |
# workflows: [Pull Request Check] | ||
# types: [completed] | ||
# branches: [dev] | ||
pull_request: | ||
types: | ||
- opened | ||
- synchronize | ||
- closed | ||
# pull_request: | ||
# types: | ||
# - opened | ||
# - synchronize | ||
# - closed | ||
|
||
jobs: | ||
brand-new-test: | ||
runs-on: ubuntu-20.04 | ||
steps: | ||
- name: Show the inputs | ||
run: | | ||
echo "Chain: ${{ github.event.inputs.chain }}" | ||
echo "Testcases: ${{ github.event.inputs.testcases }}" | ||
- name: Clone simple CI | ||
uses: GuillaumeFalourd/[email protected] | ||
with: | ||
|