Skip to content

Commit

Permalink
only use sha?
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-adaptive committed Jul 4, 2024
1 parent 974cf12 commit 16a8074
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,20 @@ env:
GRADLE_OPTS: '-Dorg.gradle.daemon=false -Dorg.gradle.java.installations.auto-detect=false -Dorg.gradle.warning.mode=fail'

jobs:
ci:
uses: ./.github/workflows/ci.yml

ci-low-cadence:
uses: ./.github/workflows/ci-low-cadence.yml

codeql:
uses: ./.github/workflows/codeql.yml
# ci:
# uses: ./.github/workflows/ci.yml
#
# ci-low-cadence:
# uses: ./.github/workflows/ci-low-cadence.yml
#
# codeql:
# uses: ./.github/workflows/codeql.yml

pre-release:
name: Update version, tag repo, and return sha
permissions:
contents: write
needs: [ ci, ci-low-cadence, codeql ]
# needs: [ ci, ci-low-cadence, codeql ]
runs-on: self-hosted
outputs:
sha: ${{ steps.return-sha.outputs.sha }}
Expand Down

0 comments on commit 16a8074

Please sign in to comment.