Skip to content

Commit d43bffc

Browse files
authored
Merge pull request #769 from zapta/main
Change the early conflict check in the build workflow to just check but not delete.
2 parents 4fd54f2 + 8ccf45b commit d43bffc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,11 @@ jobs:
6060
release-tag-var: RELEASE_TAG
6161
package-tag-var: PACKAGE_TAG
6262

63-
- name: Ensure no conflicting release
63+
- name: Early check for no conflicting release
6464
uses: fpgawars/apio-workflows/.github/actions/ensure-no-conflicting-release@main
6565
with:
6666
release-tag: ${{ env.RELEASE_TAG }}
67+
just-check: true
6768

6869
- name: Checkout apio repo (for source)
6970
uses: actions/checkout@v4
@@ -294,8 +295,6 @@ jobs:
294295
with:
295296
release-tag: ${{ env.RELEASE_TAG }}
296297

297-
298-
299298
- name: Create GitHub pre-release
300299
uses: fpgawars/apio-workflows/.github/actions/create-pre-release@main
301300
with:

0 commit comments

Comments
 (0)