Skip to content

chore(deps): bump ncipollo/release-action from 1.14.0 to 1.15.0 #235

chore(deps): bump ncipollo/release-action from 1.14.0 to 1.15.0

chore(deps): bump ncipollo/release-action from 1.14.0 to 1.15.0 #235

Workflow file for this run

# SPDX-FileCopyrightText: 2022 Weston Schmidt <[email protected]>
# SPDX-License-Identifier: Apache-2.0
---
name: 'CI Verification'
on:
push:
branches:
- main
paths:
- '.github/workflows/**'
- 'testing/**'
tags:
- 'v*'
pull_request:
workflow_dispatch:
permissions:
contents: write
jobs:
ci:
uses: ./.github/workflows/ci.yml
with:
working-directory: testing
secrets: inherit