-
Notifications
You must be signed in to change notification settings - Fork 239
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Revert "automated duplicating imported samples modifications (#595)" This reverts commit a555894. * made main package testable, revert due to a mistake * initial test * typo fix * inherit secrets * test branch updated * possible push fix * branch name fix * branch name reverted --------- Co-authored-by: robGG1997 <[email protected]>
- Loading branch information
Showing
5 changed files
with
35 additions
and
10 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
10 changes: 2 additions & 8 deletions
10
...hub/workflows/pre_pull_request_checks.yml → .github/workflows/pull_request_checks.yml
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
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
name: Merge Checks | ||
|
||
on: | ||
pull_request: | ||
branches: | ||
- dev | ||
types: | ||
- labeled | ||
- ready_for_review | ||
|
||
jobs: | ||
pull_reqest_checks: | ||
name: Pull Request Checks | ||
uses: ChainSafe/web3.unity/.github/workflows/pull_request_checks.yml@main | ||
secrets: inherit |
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
name: Merge Checks | ||
|
||
on: | ||
pull_request: | ||
branches: | ||
- main | ||
types: | ||
- labeled | ||
- ready_for_review | ||
|
||
jobs: | ||
pull_reqest_checks: | ||
name: Pull Request Checks | ||
uses: ChainSafe/web3.unity/.github/workflows/pull_request_checks.yml@main | ||
secrets: inherit |
File renamed without changes.