Skip to content

chore(deps): bump third-party/abseil-cpp from 8c495b5 to 07fff76 #418

chore(deps): bump third-party/abseil-cpp from 8c495b5 to 07fff76

chore(deps): bump third-party/abseil-cpp from 8c495b5 to 07fff76 #418

Workflow file for this run

#
# Project NuriKit - Copyright 2023 SNU Compbio Lab.
# SPDX-License-Identifier: Apache-2.0
#
name: Build test wheel for PR
on:
pull_request:
branches:
- main
- "release/**"
types:
- opened
- reopened
- synchronize
- ready_for_review
defaults:
run:
shell: bash
jobs:
check-want-test:
if: ${{ !github.event.pull_request.draft }}
uses: ./.github/workflows/_check-want-test.yaml
test-build:
needs: [check-want-test]
if: ${{ needs.check-want-test.outputs.want-test == 'true' }}
uses: ./.github/workflows/_wheel-build.yaml
with:
python: cp38
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true