Skip to content

Commit a3b9e5d

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

2 files changed

Lines changed: 14 additions & 9 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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11

22
name: Pull Request Check
33

4-
on:
5-
pull_request:
6-
types:
7-
- opened
8-
- synchronize
9-
- closed
4+
# on:
5+
# pull_request:
6+
# types:
7+
# - opened
8+
# - synchronize
9+
# - closed
1010

1111
jobs:
1212
check:

0 commit comments

Comments
 (0)