Skip to content

Merge Queue

Merge Queue #2

Workflow file for this run

name: Merge Queue
on:
merge_group:
jobs:
call-ci:
uses: ./.github/workflows/ci.yml
with:
trigger-sha: ${{ github.sha }}
call-hexagon:
uses: ./.github/workflows/hexagon.yml
with:
trigger-sha: ${{ github.sha }}
secrets:
tflm-bot-token: ${{ secrets.TFLM_BOT_PACKAGE_READ_TOKEN }}
call-xtensa-presubmit:
uses: ./.github/workflows/xtensa_presubmit.yml
with:
trigger-sha: ${{ github.sha }}
secrets:
tflm-bot-token: ${{ secrets.TFLM_BOT_PACKAGE_READ_TOKEN }}
call-cortex-m:
uses: ./.github/workflows/cortex_m.yml
with:
trigger-sha: ${{ github.sha }}
secrets:
tflm-bot-token: ${{ secrets.TFLM_BOT_PACKAGE_READ_TOKEN }}
call-cortex-m-armclang:
uses: ./.github/workflows/cortex_m_arm_compiler.yml
with:
trigger-sha: ${{ github.sha }}
secrets:
tflm-bot-token: ${{ secrets.TFLM_BOT_PACKAGE_READ_TOKEN }}
call-riscv-postmerge:
uses: ./.github/workflows/riscv_postmerge.yml
with:
trigger-sha: ${{ github.sha }}
secrets:
tflm-bot-token: ${{ secrets.TFLM_BOT_PACKAGE_READ_TOKEN }}
call-xtensa-postmerge:
uses: ./.github/workflows/xtensa_postmerge.yml
with:
trigger-sha: ${{ github.sha }}
secrets:
tflm-bot-token: ${{ secrets.TFLM_BOT_PACKAGE_READ_TOKEN }}