We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db7759c commit 7658188Copy full SHA for 7658188
2 files changed
.changeset/test-release-workflow.md
@@ -2,4 +2,4 @@
2
'@salesforce/b2c-dx-docs': patch
3
---
4
5
-Verify release workflow with ci-gate and PAT-triggered checks
+Verify release workflow with PAT-triggered checks and release label
.github/workflows/ci.yml
@@ -22,7 +22,6 @@ env:
22
23
jobs:
24
test:
25
- if: ${{ !contains(github.event.pull_request.labels.*.name, 'release') }}
26
runs-on: ubuntu-latest
27
28
strategy:
@@ -125,15 +124,3 @@ jobs:
125
124
packages/b2c-tooling-sdk/coverage/
126
packages/b2c-cli/coverage/
127
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