Skip to content

Commit

Permalink
remove unneeded workflow call
Browse files Browse the repository at this point in the history
  • Loading branch information
evanchooly committed May 21, 2023
1 parent 49edde5 commit ae3e027
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,18 +94,4 @@ jobs:
workflow: Docs
repo: MorphiaOrg/morphia-docs
token: ${{ secrets.PUSH_TOKEN }}
ref: refs/heads/master

Critter:
name: Build Critter snapshot
needs:
- Snapshots
runs-on: ubuntu-latest
steps:
- name: Invoke critter build
uses: benc-uk/workflow-dispatch@v121
with:
workflow: "Build Project"
repo: MorphiaOrg/critter
token: ${{ secrets.PUSH_TOKEN }}
ref: refs/heads/master
ref: refs/heads/master

0 comments on commit ae3e027

Please sign in to comment.