Skip to content

Commit

Permalink
Stop the check for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jaypan committed Sep 3, 2024
1 parent 4777ceb commit 40cc1a7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/brand-new-chain-test.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
name: Brand new chain test
# This workflow is triggered on dev branch manually or automatically after the Build and Publish workflow is completed
on:
workflow_dispatch:
workflow_run:
workflows: [Pull Request Check]
# workflow_dispatch:
# workflow_run:
# workflows: [Pull Request Check]
# types: [completed]
# branches: [dev]
pull_request:
types:
- opened
- synchronize
- closed

jobs:
brand-new-test:
Expand Down
12 changes: 7 additions & 5 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
name: Pull Request Check

on:
pull_request:
types:
- opened
- synchronize
- closed
workflow_dispatch:
# on:
# pull_request:
# types:
# - opened
# - synchronize
# - closed

jobs:
check:
Expand Down

0 comments on commit 40cc1a7

Please sign in to comment.