Skip to content

Commit 20db8eb

Browse files
committed
ci: Test upgrade ci
1 parent b2fcf32 commit 20db8eb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/upgrade-facets.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ on:
2222

2323
jobs:
2424
pre-upgrade:
25-
uses: ./.github/workflows/main.yml
25+
# uses: ./.github/workflows/main.yml
26+
runs-on: ubuntu-latest
27+
steps:
28+
- name: Test
29+
run: echo "Pre-upgrade checks passed."
2630

2731
upgrade:
2832
needs: pre-upgrade

0 commit comments

Comments
 (0)