Skip to content

Commit

Permalink
Removing publish website step for nightly release
Browse files Browse the repository at this point in the history
  • Loading branch information
nquarton authored and jhand2 committed Aug 15, 2024
1 parent ec4ee4e commit 1ab110d
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,11 +215,12 @@ jobs:
name: release-info
path: /tmp/release-info

publish-website:
name: Publish https://caliptra-sw.github.io/
needs:
create-release
uses: ./.github/workflows/publish-website.yml
permissions:
pages: write
id-token: write
# SKIP Publishing the test results when we are not on the main branch
# publish-website:
# name: Publish https://caliptra-sw.github.io/
# needs:
# create-release
# uses: ./.github/workflows/publish-website.yml
# permissions:
# pages: write
# id-token: write

0 comments on commit 1ab110d

Please sign in to comment.