Skip to content

Commit 88b87d4

Browse files
committed
Fix action path / naming, fix (pre)release if checks
1 parent 91db3ea commit 88b87d4

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed
File renamed without changes.

.github/workflows/prerelease-lib.yml

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ on:
77
jobs:
88
publish-lib-prerelease:
99
environment: Github CI
10-
# Only proceed if the tests passed and we're not on release
11-
if: ${{ github.event.workflow_run.conclusion == 'success' && !startsWith(github.ref, 'refs/tags/') }}
1210
runs-on: ubuntu-latest
1311
permissions:
1412
contents: read

.github/workflows/release-lib.yml

-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ on:
88
jobs:
99
publish-lib:
1010
environment: Github CI
11-
# Only proceed if the tests passed and we're on release
12-
if: ${{ github.event.workflow_run.conclusion == 'success' && startsWith(github.ref, 'refs/tags/') }}
1311
runs-on: ubuntu-latest
1412
permissions:
1513
contents: read

0 commit comments

Comments
 (0)