diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a0691fd99..c0ef0625b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -302,7 +302,7 @@ jobs: SKIP_CASES: ${{ github.event.inputs.skip_cases || '' }} RUN_ONLY_CASES: ${{ github.event.inputs.run_only_cases || '' }} PTO_ISA_REPO: ${{ github.event.inputs.pto_isa_repo || 'https://gitcode.com/cann/pto-isa.git' }} - PTO_ISA_COMMIT: ${{ github.event.inputs.pto_isa_commit || '5dbf1b2f6b8ea934f03e62367c2f540ece21134e' }} + PTO_ISA_COMMIT: ${{ github.event.inputs.pto_isa_commit || '662d7f2a916d6bbde3109ce4a16ed5c28f5d900a' }} REMOTE_HOST: ${{ github.event.inputs.remote_host || '101.245.68.6' }} REMOTE_USER: ${{ github.event.inputs.remote_user || 'zhongxuan' }} REMOTE_PORT: ${{ github.event.inputs.remote_port || '22' }} diff --git a/.github/workflows/update_pto_isa_pin.yml b/.github/workflows/update_pto_isa_pin.yml index 90a504706..13ab8046b 100644 --- a/.github/workflows/update_pto_isa_pin.yml +++ b/.github/workflows/update_pto_isa_pin.yml @@ -18,7 +18,7 @@ permissions: jobs: update-pto-isa-pin: - if: github.repository == 'zhangstevenunity/PTOAS' + if: github.repository == 'hw-native-sys/PTOAS' runs-on: ubuntu-22.04 env: AUTOMATION_TOKEN: ${{ secrets.WORKFLOW_BOT_TOKEN || secrets.RELEASE_BOT_TOKEN || '' }}