ci: run only if not in pull request

This commit is contained in:
Jozef Steinhübl 2024-08-27 15:38:55 +02:00
parent 90795dbf14
commit f4ca4825e2
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F

View file

@ -6,9 +6,11 @@ jobs:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
if: github.event_name != 'pull_request'
with:
fetch-depth: 0
- run: |
- if: github.event_name != 'pull_request'
run: |
set +x
mkdir ~/.ssh -p