Skip to content

Commit 9b6dc00

Browse files
Merge pull request #1 from timsexperiments/11-29-chore_fix_workflows_for_fork_ovsx_release
chore: fix workflows for fork ovsx release
2 parents 828e8e0 + 5cfa92f commit 9b6dc00

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
matrix:
1212
node: [18, 20, 22, 24]
1313
os:
14-
- namespace-profile-default
15-
- namespace-profile-macos-arm64
16-
- namespace-profile-windows-amd64
14+
- ubuntu-latest
15+
- windows-latest
16+
- macos-latest
1717

1818
runs-on: ${{ matrix.os }}
1919
name: Run Tests - Node v${{ matrix.node }} / ${{ matrix.os }}

.github/workflows/pre-release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
name: Publish pre-release
22
concurrency: publish
33
on:
4-
push:
5-
branches: [main]
4+
# push:
5+
# branches: [main]
6+
workflow_dispatch:
7+
68
jobs:
79
publish:
810
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)