Skip to content

Commit

Permalink
build: add Cleanup after PR closed action (#3544)
Browse files Browse the repository at this point in the history
  • Loading branch information
openoms authored Jun 22, 2023
1 parent 4aa66d6 commit 892108d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/cleanup-after-pr-closed.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
on:
pull_request:
types: [closed]
jobs:
cancel-runs:
name: 'Cleanup after PR closed'
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Cancel build runs
uses: styfle/[email protected]
with:
ignore_sha: true
workflow_id: dev-smoketest.yaml

0 comments on commit 892108d

Please sign in to comment.