There was an error while loading. Please reload this page.
1 parent 4777ceb commit 40cc1a7Copy full SHA for 40cc1a7
2 files changed
.github/workflows/brand-new-chain-test.yml
@@ -1,11 +1,16 @@
1
name: Brand new chain test
2
# This workflow is triggered on dev branch manually or automatically after the Build and Publish workflow is completed
3
on:
4
- workflow_dispatch:
5
- workflow_run:
6
- workflows: [Pull Request Check]
+ # workflow_dispatch:
+ # workflow_run:
+ # workflows: [Pull Request Check]
7
# types: [completed]
8
# branches: [dev]
9
+ pull_request:
10
+ types:
11
+ - opened
12
+ - synchronize
13
+ - closed
14
15
jobs:
16
brand-new-test:
.github/workflows/pr-check.yml
@@ -2,11 +2,13 @@
name: Pull Request Check
- pull_request:
- types:
- - opened
- - synchronize
- - closed
+ workflow_dispatch:
+# on:
+# pull_request:
+# types:
+# - opened
+# - synchronize
+# - closed
check:
0 commit comments