mirror of
https://github.com/xHyroM/zed-discord-presence.git
synced 2024-11-23 06:21:05 +01:00
ci: run only if not in pull request
This commit is contained in:
parent
90795dbf14
commit
f4ca4825e2
1 changed files with 3 additions and 1 deletions
4
.github/workflows/gimi.yml
vendored
4
.github/workflows/gimi.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue