Skip to content

chore(deps): bump github/codeql-action from 3.27.7 to 3.27.9 #31

chore(deps): bump github/codeql-action from 3.27.7 to 3.27.9

chore(deps): bump github/codeql-action from 3.27.7 to 3.27.9 #31

#
# SPDX-FileCopyrightText: 2024 INFO
# SPDX-License-Identifier: EUPL-1.2+
#
name: Cleanup cache after PR close
on:
pull_request:
types:
- closed
jobs:
cleanup-branch-cache:
runs-on: ubuntu-latest
steps:
- uses: snnaplab/delete-branch-cache-action@v1
with:
# Specify explicitly because the ref at the time of merging will be a branch name such as 'main', 'develop'
ref: refs/pull/${{ github.event.pull_request.number }}/merge