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:
|
steps:
|
||||||
- name: Print event
|
- name: Print event
|
||||||
run: |
|
run: |
|
||||||
echo ${{ github.event.pull_request }}
|
echo "${{ github.event.pull_request.merged }}"
|
||||||
|
echo "${{ github.event.pull_request.base.ref }}"
|
||||||
exit 1
|
exit 1
|
||||||
- name: Checkout Release from lens
|
- name: Checkout Release from lens
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user