Skip to content

Commit

Permalink
temp: Disable pre-checks for release
Browse files Browse the repository at this point in the history
  • Loading branch information
drklee3 committed Feb 14, 2025
1 parent 4da78c3 commit 541824b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: Continuous Integration (Release)
on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+*"
# tags:
# - "v[0-9]+.[0-9]+.[0-9]+*"

jobs:
# run default ci checks against released version
default-checks:
uses: ./.github/workflows/ci-default.yml
#default-checks:
# uses: ./.github/workflows/ci-default.yml

# get the version tag that triggered this workflow
get-version-tag:
# prep version release only if all checks pass
needs: default-checks
# needs: default-checks
runs-on: ubuntu-latest
outputs:
git-tag: ${{ steps.git-tag.outputs.tag }}
Expand Down

0 comments on commit 541824b

Please sign in to comment.