Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

Commit b7ec286

Browse files
chore: condense jobs
1 parent b9dd8c4 commit b7ec286

1 file changed

Lines changed: 4 additions & 12 deletions

File tree

.github/workflows/run.yml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
name: Test and Release (on master)
1+
name: Test and Release (if master)
22
on: push
33
jobs:
4-
test:
4+
ci:
55
runs-on: ubuntu-latest
66
steps:
77
- name: Checkout
@@ -11,13 +11,5 @@ jobs:
1111
node-version: 16
1212
- run: npm ci
1313
- run: npm test
14-
release:
15-
runs-on: ubuntu-latest
16-
needs: test
17-
# if: github.ref == 'refs/heads/master'
18-
steps:
19-
- uses: actions/setup-node@v3
20-
with:
21-
node-version: 16
22-
- name: Release @cypress/commit-info
23-
run: npm run semantic-release -- --dry-run
14+
# - if: github.ref == 'refs/heads/master'
15+
- run: npm run semantic-release -- --dry-run

0 commit comments

Comments
 (0)