mirror of
https://github.com/xHyroM/zed-discord-presence.git
synced 2024-11-23 14:31: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
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
if: github.event_name != 'pull_request'
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- run: |
|
- if: github.event_name != 'pull_request'
|
||||||
|
run: |
|
||||||
set +x
|
set +x
|
||||||
|
|
||||||
mkdir ~/.ssh -p
|
mkdir ~/.ssh -p
|
||||||
|
|
Loading…
Reference in a new issue