Skip to content

Commit

Permalink
Merge branch 'main' into nayib/add-tissue-type
Browse files Browse the repository at this point in the history
  • Loading branch information
nayib-jose-gloria authored Oct 19, 2023
2 parents f85cf87 + 031c9cd commit c0d6599
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 68 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-images-and-create-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ on:
push:
branches:
- main
- staging
- prod
repository_dispatch:
types: [build-images]
types: [build-images-for-staging]
env:
# Force using BuildKit instead of normal Docker, required so that metadata
# is written/read to allow us to use layers of previous builds as cache.
Expand Down
21 changes: 0 additions & 21 deletions .github/workflows/test-receiving-repository-dispatch.yml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/workflows/test-sending-repository-dispatch.yml

This file was deleted.

25 changes: 0 additions & 25 deletions .github/workflows/test-workflow-run-after-push-tests-pass.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
event-type: build-images
event-type: build-images-for-staging
client-payload: '{"ref": "refs/heads/staging"}'

- name: Send slack notification if main not merged into staging
Expand Down

0 comments on commit c0d6599

Please sign in to comment.