Skip to content

ci/cd: cancel previous workflows for same branch #6935

ci/cd: cancel previous workflows for same branch

ci/cd: cancel previous workflows for same branch #6935

Workflow file for this run

---
name: 'PR - Labeler'
on:
- pull_request_target
jobs:
cancel-runs:
if: github.ref != 'refs/heads/main'
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@main
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'