Skip to content

Commit 93de47a

Browse files
committed
Revert "temp: Disable pre-checks for release"
This reverts commit 541824b.
1 parent 541824b commit 93de47a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci-release.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
name: Continuous Integration (Release)
22
on:
33
push:
4-
# tags:
5-
# - "v[0-9]+.[0-9]+.[0-9]+*"
4+
tags:
5+
- "v[0-9]+.[0-9]+.[0-9]+*"
66

77
jobs:
88
# run default ci checks against released version
9-
#default-checks:
10-
# uses: ./.github/workflows/ci-default.yml
9+
default-checks:
10+
uses: ./.github/workflows/ci-default.yml
1111

1212
# get the version tag that triggered this workflow
1313
get-version-tag:
1414
# prep version release only if all checks pass
15-
# needs: default-checks
15+
needs: default-checks
1616
runs-on: ubuntu-latest
1717
outputs:
1818
git-tag: ${{ steps.git-tag.outputs.tag }}

0 commit comments

Comments
 (0)