Skip to content

Update scalatest to 3.2.17 #2

Update scalatest to 3.2.17

Update scalatest to 3.2.17 #2

Workflow file for this run

name: Deploy if not a version bump PR
on:
pull_request:
types:
- closed
jobs:
deploy:
runs-on: ubuntu-latest
if: ${{ github.event.pull_request.merged == true && !contains(github.event.pull_request.labels.*.name, 'Version bump') }}
steps:
- uses: actions/checkout@v3
- run: gh workflow run deploy.yml
env:
GITHUB_TOKEN: ${{ secrets.WORKFLOW_PAT }}