Skip to content

Commit

Permalink
remove readme generation
Browse files Browse the repository at this point in the history
  • Loading branch information
fiddlermikey committed Sep 6, 2024
1 parent dc2c278 commit 0cb4d80
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/starter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,11 @@ jobs:
secrets:
token: ${{ secrets.token }}

call-generate-readme-workflow:
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
uses: Keyfactor/actions/.github/workflows/generate-readme.yml@v3
secrets:
token: ${{ secrets.token }}
# call-generate-readme-workflow:
# if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
# uses: Keyfactor/actions/.github/workflows/generate-readme.yml@v3
# secrets:
# token: ${{ secrets.token }}

call-update-catalog-workflow:
needs: call-assign-from-json-workflow
Expand Down

0 comments on commit 0cb4d80

Please sign in to comment.