We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10f93b9 commit 32feee6Copy full SHA for 32feee6
.github/workflows/test-core-extended.yml
@@ -10,7 +10,7 @@ on:
10
required: false
11
type: string
12
# Trigger the test once
13
- pull_request:
+ # pull_request:
14
15
concurrency:
16
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
@@ -22,10 +22,8 @@ jobs:
22
uses: ./.github/workflows/build.yml
23
with:
24
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
+ mmtk-core-repo: ${{ inputs.mmtk-core-repo }}
+ mmtk-core-ref: ${{ inputs.mmtk-core-ref }}
29
30
# Feature build
31
build-vo-bit:
0 commit comments