mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Different testing code (#6363)
Signed-off-by: Sebastian Malton <sebastian@malton.name> Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
2ff0e60f2a
commit
51ff596c5d
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -10,7 +10,8 @@ jobs:
|
||||
steps:
|
||||
- name: Print event
|
||||
run: |
|
||||
echo ${{ github.event.pull_request }}
|
||||
echo "${{ github.event.pull_request.merged }}"
|
||||
echo "${{ github.event.pull_request.base.ref }}"
|
||||
exit 1
|
||||
- name: Checkout Release from lens
|
||||
uses: actions/checkout@v2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user