Skip to content

Require a full Test run on the release commit before publishing #99

Require a full Test run on the release commit before publishing

Require a full Test run on the release commit before publishing #99

Workflow file for this run

# Copyright 2026 The PyAthena authors
#
# Licensed under the MIT License.
# See LICENSE or https://opensource.org/licenses/MIT.
#
# SPDX-License-Identifier: MIT
name: Pinact
on:
pull_request:
paths:
- '.github/workflows/**'
- '.github/actions/**'
permissions:
contents: read
jobs:
pinact:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
ref: ${{ github.head_ref }}
persist-credentials: false
- uses: suzuki-shunsuke/pinact-action@cf51507d80d4d6522a07348e3d58790290eaf0b6 # v2.0.0
with:
app_id: ${{ vars.BOT_APP_ID }}
app_private_key: ${{ secrets.BOT_APP_PRIVATE_KEY }}