1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Testing pull_request:closed workflow (#6362)

Signed-off-by: Sebastian Malton <sebastian@malton.name>

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2022-10-07 11:09:47 -04:00 committed by GitHub
parent 6cfe0232b3
commit 2ff0e60f2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,9 +6,12 @@ on:
jobs:
release:
name: Release
if: ${{ github.event.pull_request.merged == 'true' && contains(github.event.pull_request.labels.*.name, 'release') && (github.event.pull_request.base.ref == 'master' || startsWith(github.event.pull_request.base.ref, 'release/v')) }}
runs-on: ubuntu-latest
steps:
- name: Print event
run: |
echo ${{ github.event.pull_request }}
exit 1
- name: Checkout Release from lens
uses: actions/checkout@v2
with: