Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Revert "ставим инакс" #369

Revert "ставим инакс"

Revert "ставим инакс" #369

Workflow file for this run

name: Cancel
on:
push:
branches:
- dev
# NB: We can discover workflow IDs for this job at https://api.github.com/repos/ORG/REPO/actions/workflows
jobs:
cancel:
name: 'Cancel Redundant Builds'
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: styfle/cancel-workflow-action@a40b8845c0683271d9f53dfcb887a7e181d3918b
with:
workflow_id: 3545321
access_token: ${{ github.token }}