Skip to content

Commit 3015dde

Browse files
committed
fetch first
1 parent 16add56 commit 3015dde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- name: Changed files in pgml-extension
1616
id: pgml_extension_changed
1717
run: |
18+
git fetch
1819
echo "PGML_EXTENSION_CHANGED_FILES=$(git diff --name-only HEAD master . | wc -l)" >> $GITHUB_OUTPUT
1920
- name: Install dependencies
2021
if: steps.pgml_extension_changed.outputs.PGML_EXTENSION_CHANGED_FILES != '0'
@@ -64,7 +65,6 @@ jobs:
6465
- name: Update extension
6566
if: steps.pgml_extension_changed.outputs.PGML_EXTENSION_CHANGED_FILES != '0'
6667
run: |
67-
git fetch
6868
git checkout master
6969
echo "\q" | cargo pgrx run
7070
psql -p 28816 -h localhost -d pgml -P pager -c "CREATE EXTENSION pgml;"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy