Skip to content

feat: change interval wait to 60s #360

feat: change interval wait to 60s

feat: change interval wait to 60s #360

Workflow file for this run

name: ⚠️ Auto release
on:
workflow_dispatch:
push:
branches: [main]
paths:
- 'actions/**'
jobs:
run-release:
name: Release
if: "!contains(github.event.head_commit.message, 'chore(release)')"
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: ./actions/run/release-it
with:
githubToken: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true