Skip to content

Commit

Permalink
feat: committing to fake master
Browse files Browse the repository at this point in the history
  • Loading branch information
signorecello committed Nov 24, 2023
1 parent 6c07471 commit 640a648
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docs-test.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: TEST - Release
name: Release

on:
push:
branches:
- zpedro/docs_workflow

jobs:
test-release-please:
release-please:
name: Create Release
outputs:
release-pr: ${{ steps.release.outputs.pr }}
Expand All @@ -20,9 +20,9 @@ jobs:
token: ${{ secrets.NOIR_RELEASES_TOKEN }}
command: manifest

test-update-lockfile:
update-lockfile:
name: Update lockfile
needs: [test-release-please]
needs: [release-please]
if: ${{ needs.release-please.outputs.release-pr }}
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
git commit -m 'chore: Update lockfile'
git push
test-publish-docs:
publish-docs:
name: Publish docs
needs: [release-please]
if: ${{ needs.release-please.outputs.tag-name }}
Expand Down

0 comments on commit 640a648

Please sign in to comment.