Skip to content

Commit 32feee6

Browse files
committed
Revert trigger for extended tests
1 parent 10f93b9 commit 32feee6

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/test-core-extended.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
required: false
1111
type: string
1212
# Trigger the test once
13-
pull_request:
13+
# pull_request:
1414

1515
concurrency:
1616
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
@@ -22,10 +22,8 @@ jobs:
2222
uses: ./.github/workflows/build.yml
2323
with:
2424
debug-level: fastdebug
25-
# mmtk-core-repo: ${{ inputs.mmtk-core-repo }}
26-
# mmtk-core-ref: ${{ inputs.mmtk-core-ref }}
27-
mmtk-core-repo: qinsoon/mmtk-core
28-
mmtk-core-ref: 4156c28e90235c51de9740001f62b12d423a0fcc
25+
mmtk-core-repo: ${{ inputs.mmtk-core-repo }}
26+
mmtk-core-ref: ${{ inputs.mmtk-core-ref }}
2927

3028
# Feature build
3129
build-vo-bit:

0 commit comments

Comments
 (0)