Skip to content

Commit 40cc1a7

Browse files
author
jaypan
committed
Stop the check for testing
1 parent 4777ceb commit 40cc1a7

2 files changed

Lines changed: 15 additions & 8 deletions

File tree

.github/workflows/brand-new-chain-test.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
name: Brand new chain test
22
# This workflow is triggered on dev branch manually or automatically after the Build and Publish workflow is completed
33
on:
4-
workflow_dispatch:
5-
workflow_run:
6-
workflows: [Pull Request Check]
4+
# workflow_dispatch:
5+
# workflow_run:
6+
# workflows: [Pull Request Check]
77
# types: [completed]
88
# branches: [dev]
9+
pull_request:
10+
types:
11+
- opened
12+
- synchronize
13+
- closed
914

1015
jobs:
1116
brand-new-test:

.github/workflows/pr-check.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22
name: Pull Request Check
33

44
on:
5-
pull_request:
6-
types:
7-
- opened
8-
- synchronize
9-
- closed
5+
workflow_dispatch:
6+
# on:
7+
# pull_request:
8+
# types:
9+
# - opened
10+
# - synchronize
11+
# - closed
1012

1113
jobs:
1214
check:

0 commit comments

Comments
 (0)