Skip to content

Commit fe71cb1

Browse files
committed
testing self-referring uses
1 parent abc50a7 commit fe71cb1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/presto-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,23 +30,23 @@ on:
3030
jobs:
3131
java:
3232
if: ${{ github.event.inputs.run_java_tests == 'true' }}
33-
uses: rapidsai/velox-testing/.github/workflows/presto-test-composite.yml@misiug/PrestoActions
33+
uses: rapidsai/velox-testing/.github/workflows/presto-test-composite.yml@${{ github.ref_name }}
3434
with:
3535
presto_worker_type: 'java'
3636
node_label: 'linux-amd64-cpu4'
3737
velox_commit: ${{ inputs.velox_commit }}
3838
presto_commit: ${{ inputs.presto_commit }}
3939
native-cpu:
4040
if: ${{ github.event.inputs.run_cpu_tests == 'true' }}
41-
uses: rapidsai/velox-testing/.github/workflows/presto-test-composite.yml@misiug/PrestoActions
41+
uses: rapidsai/velox-testing/.github/workflows/presto-test-composite.yml@${{ github.ref_name }}
4242
with:
4343
presto_worker_type: 'native_cpu'
4444
node_label: 'linux-amd64-cpu16'
4545
velox_commit: ${{ inputs.velox_commit }}
4646
presto_commit: ${{ inputs.presto_commit }}
4747
native-gpu:
4848
if: ${{ github.event.inputs.run_gpu_tests == 'true' }}
49-
uses: rapidsai/velox-testing/.github/workflows/presto-test-composite.yml@misiug/PrestoActions
49+
uses: rapidsai/velox-testing/.github/workflows/presto-test-composite.yml@${{ github.ref_name }}
5050
with:
5151
presto_worker_type: 'native_gpu'
5252
node_label: 'linux-amd64-gpu-l4-latest-1'

0 commit comments

Comments
 (0)