Skip to content

Commit faaa65f

Browse files
author
Fabiana Severin
committed
Testing release
1 parent 5bdfeb3 commit faaa65f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
generate_release_notes: true
166166

167167
test-publish:
168-
if: github.event_name == 'workflow_dispatch' && github.event.inputs.test_mode != 'none'
168+
if: (github.event_name == 'workflow_dispatch' && github.event.inputs.test_mode != 'none') || github.ref == 'refs/heads/fabisev/artifact-publishing'
169169
runs-on: ubuntu-latest
170170
needs: [build, test]
171171
steps:
@@ -187,7 +187,7 @@ jobs:
187187
node-version: '20'
188188

189189
- name: Test Release Publishing
190-
if: github.event.inputs.test_mode == 'release'
190+
if: github.event.inputs.test_mode == 'release' || github.ref == 'refs/heads/fabisev/artifact-publishing'
191191
run: |
192192
echo "=== TESTING RELEASE PUBLISHING (DRY RUN) ==="
193193
echo "Would create a GitHub release with the following files:"

0 commit comments

Comments
 (0)