Skip to content

Commit 7658188

Browse files
committed
chore: revert ci-gate, keep release label, retrigger changesets
1 parent db7759c commit 7658188

2 files changed

Lines changed: 1 addition & 14 deletions

File tree

.changeset/test-release-workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
'@salesforce/b2c-dx-docs': patch
33
---
44

5-
Verify release workflow with ci-gate and PAT-triggered checks
5+
Verify release workflow with PAT-triggered checks and release label

.github/workflows/ci.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ env:
2222

2323
jobs:
2424
test:
25-
if: ${{ !contains(github.event.pull_request.labels.*.name, 'release') }}
2625
runs-on: ubuntu-latest
2726

2827
strategy:
@@ -125,15 +124,3 @@ jobs:
125124
packages/b2c-tooling-sdk/coverage/
126125
packages/b2c-cli/coverage/
127126
retention-days: 30
128-
129-
ci-gate:
130-
if: always()
131-
needs: [test]
132-
runs-on: ubuntu-latest
133-
steps:
134-
- name: Check results
135-
run: |
136-
if [[ "${{ needs.test.result }}" == "success" || "${{ needs.test.result }}" == "skipped" ]]; then
137-
exit 0
138-
fi
139-
exit 1

0 commit comments

Comments
 (0)